X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=vhost-apache2%2Fdebian%2Fpostrm;fp=vhost-apache2%2Fdebian%2Fpostrm;h=23df82d1e9d794de9b2a40213d8dd1feea4d1473;hb=075e33c5e5f74ee7ba7987117e37cf134ecc1ed4;hp=0000000000000000000000000000000000000000;hpb=f08d1d6021a778ea52e86dbd40617ccc28ed4875;p=gosa.git diff --git a/vhost-apache2/debian/postrm b/vhost-apache2/debian/postrm new file mode 100644 index 000000000..23df82d1e --- /dev/null +++ b/vhost-apache2/debian/postrm @@ -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 +