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

10 lines
204 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x /usr/lib/qgis/crssync ]; then
cp /usr/share/qgis/resources/srs-template.db /usr/share/qgis/resources/srs.db
dpkg-trigger qgis-crssync
fi
#DEBHELPER#