QGIS/debian/qgis-plugin-grass.postrm
jef 57bf26e0cd debian fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9216 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-30 14:44:52 +00:00

6 lines
143 B
Bash
Executable File

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