QGIS/debian/qgis-plugin-grass.preinst
2008-08-28 22:22:48 +00:00

6 lines
161 B
Bash
Executable File

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