Skip to content

Commit 57bf26e

Browse files
author
jef
committed
debian fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9216 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ebd5db3 commit 57bf26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/qgis-plugin-grass.postrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

33
if [ "$1" = "remove" ]; then
4-
dpkg-divert --package qgis-plugin-grass --remove --rename --divert /usr/bin/qgis /usr/bin/qgis
4+
dpkg-divert --package qgis-plugin-grass --remove --rename --divert /usr/bin/qgis.bin /usr/bin/qgis
55
fi

0 commit comments

Comments
 (0)