QGIS/debian/qgis-plugin-grass.postrm
jef ac0b428cde update debian packaging
git-svn-id: http://svn.osgeo.org/qgis/trunk@10166 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-02-14 00:26:03 +00:00

12 lines
172 B
Bash
Executable File

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