QGIS/debian/qgis-plugin-grass.preinst
jef bc924c2ddb debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@12881 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-04 22:24:35 +00:00

13 lines
191 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" = "install" -o "$1" = "upgrade" ]; then
dpkg-divert --package qgis-plugin-grass --add --rename --divert /usr/bin/qgis.bin /usr/bin/qgis
fi
#DEBHELPER#
exit 0