Code

- Added code to make the apache plugin work in 2.5.17
[gosa.git] / vhost-apache2 / debian / postrm
diff --git a/vhost-apache2/debian/postrm b/vhost-apache2/debian/postrm
new file mode 100644 (file)
index 0000000..23df82d
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e 
+
+# Removes the left over diversions of the old package
+
+        dpkg-divert --package gosa-plugin-apache2 --rename --remove\
+                        /usr/share/gosa/include/functions.inc
+