package ogre-plugins-cgprogrammanager
tag 566671 + patch
thanks

A simple patch which should solve the purge problem is attached.
diff --git a/debian/ogre-plugins-cgprogrammanager.postrm b/debian/ogre-plugins-cgprogrammanager.postrm
--- a/debian/ogre-plugins-cgprogrammanager.postrm
+++ b/debian/ogre-plugins-cgprogrammanager.postrm
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
-update-ogre-plugins
+if [ -x /usr/bin/update-ogre-plugins ] ; then
+	/usr/bin/update-ogre-plugins
+fi
 
 #DEBHELPER#

Reply via email to