QGIS/debian/qgis-plugin-grass.postrm
jef 042e99f674 update debian packaging of grass plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@9205 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-28 22:22:48 +00:00

6 lines
139 B
Bash
Executable File

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