From e29d9e40d788ade41d660a52fb4b0dacedc2cc20 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Fri, 9 Aug 2024 18:46:02 +0200 Subject: [PATCH] =?utf8?q?verleihnix=20f=C3=BCr=20D12?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/verleihnix.control | 1 + debian/verleihnix.postinst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/verleihnix.control b/debian/verleihnix.control index 0508f01..bfc5454 100644 --- a/debian/verleihnix.control +++ b/debian/verleihnix.control @@ -6,6 +6,7 @@ Build-Depends: git, mbuild Package: verleihnix Architecture: all +Depends: apache2, genad Description: Verleih Management . Verleih Management diff --git a/debian/verleihnix.postinst b/debian/verleihnix.postinst index 9f30658..83dd7ca 100755 --- a/debian/verleihnix.postinst +++ b/debian/verleihnix.postinst @@ -41,6 +41,8 @@ sctl=$(which systemctl) || sctl=$(which sysd2sysv) || (echo "install sysd2sysv"; if ! test -e /etc/apache2/sites-enabled/verleihnix.conf then ln -s /etc/apache2/sites-available/verleihnix.conf /etc/apache2/sites-enabled + a2enmod rewrite + systemctl reload apache2 echo "verleihnix-apache2 configration enabled" fi $sctl reload apache2 -- 2.20.1