From 691661aa3878d9f5ac33b3e6c3521c2277ef2240 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 9 Nov 2008 20:32:57 +0000 Subject: [PATCH] Remove broken test for libapache2-request-perl --- debian/changelog | 1 + debian/memories.postinst | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 40cd823..453469a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ memories (1.2+svn20070808-1) unstable; urgency=low - Add Homepage field - Use packaged prototype.js instead of a private copy * Add Vcs-* fields pointing to my public repository + * Remove broken test for libapache2-request-perl -- Ben Hutchings Sun, 09 Nov 2008 16:37:02 +0000 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 -- 2.39.2