QGIS/debian/qgis-providers-common.prerm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
154 B
Plaintext
Raw Normal View History

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