QGIS/debian/qgis-providers.postinst

10 lines
200 B
Plaintext
Raw Normal View History

2012-04-03 00:20:55 +02:00
#!/bin/sh
set -e
if [ "$1" = "configure" ] && [ -x /usr/lib/qgis/crssync ]; then
2014-02-08 00:41:17 +01:00
cp /usr/share/qgis/resources/srs-template.db /usr/share/qgis/resources/srs.db
2012-04-03 00:20:55 +02:00
/usr/lib/qgis/crssync
fi
#DEBHELPER#