QGIS/debian/qgis-plugin-grass.preinst
jef 9fba484bcb update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk@9894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-23 19:43:47 +00:00

10 lines
177 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
exit 0