QGIS/debian/qgis-providers-common.postinst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
204 B
Plaintext
Raw Permalink 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#