From 2bce655e2d3307aebcaa9bb0553b2907cfb0fcaf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 May 2010 13:44:01 +1200 Subject: [PATCH] Bugfix: Remove Debian packaging files remaining from old packaging effort. Signed-off-by: Galen Charlton --- debian/libkoha-perl.config | 9 --------- debian/libkoha-perl.postinst | 38 ------------------------------------ 2 files changed, 47 deletions(-) delete mode 100644 debian/libkoha-perl.config delete mode 100644 debian/libkoha-perl.postinst diff --git a/debian/libkoha-perl.config b/debian/libkoha-perl.config deleted file mode 100644 index fc41aa71a4..0000000000 --- a/debian/libkoha-perl.config +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -alias stripwhitespace="sed -e 's/^[[:blank:]]*//' -e 's/[[:blank:]]*$//'" -installeddebconfversion=dpkg -s debconf | sed -ne '/^Version/s/^Version: //p' - -. /usr/share/debconf/confmodule - diff --git a/debian/libkoha-perl.postinst b/debian/libkoha-perl.postinst deleted file mode 100644 index 502bd8f400..0000000000 --- a/debian/libkoha-perl.postinst +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh -set -e - -# Load the debconf library - this must come FIRST; do not insert any other -# commands before this -. /usr/share/debconf/confmodule - -echo "INFO: postinst as '$1'" - -case "$1" in - configure) - echo "Configuring..." - - # set up logrotate - # remove first in case we are reconfiguring -# rm /etc/logrotate.d/koha - - # add logrotate - ln -s /etc/koha/koha.logrotate /etc/logrotate.d/koha - - # reload apache - /etc/init.d/apache2 reload - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \$1'" >&2 - exit 0 - ;; -esac - -#DEBHELPER# - -# finish up -db_stop -exit 0 \ No newline at end of file -- 2.39.2