1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-26 00:08:20 -04:00
QGIS/debian/qgis-providers-common.prerm
2014-04-06 12:41:03 +02:00

9 lines
154 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = "remove" ] && [ -e /usr/share/qgis/resources/srs.db ]; then
rm -f /usr/share/qgis/resources/srs.db || true
fi
#DEBHELPER#