QGIS/debian/qgis-providers-common.prerm

9 lines
101 B
Plaintext
Raw Normal View History

2014-02-08 00:41:17 +01:00
#!/bin/sh
set -e
if [ "$1" = "remove" ] ; then
rm /usr/share/qgis/resources/srs.db
fi
#DEBHELPER#