mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
if [ "$1" = "remove" ] ; then
|
||
|
rm /usr/share/qgis/resources/srs.db
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|