Code

- Added code to make the apache plugin work in 2.5.17
[gosa.git] / vhost-apache2 / debian / preinst
diff --git a/vhost-apache2/debian/preinst b/vhost-apache2/debian/preinst
new file mode 100644 (file)
index 0000000..1718657
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e 
+
+       dpkg-divert --package gosa-plugin-apache2 --add\
+                       --rename --divert /usr/share/gosa/include/functions\
+                        /usr/share/gosa/include/functions.inc
+