QGIS/debian/qgis-plugin-grass.postrm
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