Revision 89a6dbd91ee821d039497dc5ddb9f0653b516afe authored by Juergen E. Fischer on 08 July 2016, 12:11:47 UTC, committed by Juergen E. Fischer on 08 July 2016, 12:11:47 UTC
1 parent 17562bd
Raw File
qgis-providers.postinst
#!/bin/sh
set -e

if [ "$1" = "triggered" ] || [ "$1" = "configure" ]; then
	if [ -w /usr/share/qgis/resources/srs.db ] && [ -x /usr/lib/qgis/crssync ]; then
		/usr/lib/qgis/crssync
	fi
fi

#DEBHELPER#
back to top