X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fmemories.postinst;h=42f301f90968dcdb6feb437ff736390eed70a521;hb=691661aa3878d9f5ac33b3e6c3521c2277ef2240;hp=e7fa11c21dfeffcc931188d6a716cc9f715528fa;hpb=87320c1df918330df57ca26130ff357c7ee96393;p=memories.git diff --git a/debian/memories.postinst b/debian/memories.postinst index e7fa11c..42f301f 100755 --- a/debian/memories.postinst +++ b/debian/memories.postinst @@ -8,8 +8,7 @@ if [ "x$1" = xconfigure ]; then # fragment is installed and make Apache (re)load the configuration # and application. if [ -e /etc/apache2/mods-enabled/perl.load -a \ - -e /etc/apache2/mods-enabled/apreq.load -a \ - -f /usr/share/perl5/Apache2/Upload.pm ]; then + -e /etc/apache2/mods-enabled/apreq.load ]; then if [ \! -e /etc/apache2/conf.d/memories ]; then ln -s ../../memories/apache.conf /etc/apache2/conf.d/memories fi