1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-15 00:04:37 -04:00
QGIS/debian/qgis-providers-common.prerm

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#