]> git.decadent.org.uk Git - memories.git/blobdiff - debian/memories.postinst
Remove broken test for libapache2-request-perl
[memories.git] / debian / memories.postinst
index e7fa11c21dfeffcc931188d6a716cc9f715528fa..42f301f90968dcdb6feb437ff736390eed70a521 100755 (executable)
@@ -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