QGIS/debian/qgis-providers-common.postinst

9 lines
121 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
/usr/lib/qgis/crssync
fi
#DEBHELPER#