Bugfix: Remove Debian packaging files remaining from old packaging effort.
authorLars Wirzenius <lars@catalyst.net.nz>
Tue, 25 May 2010 01:44:01 +0000 (13:44 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 26 May 2010 04:30:20 +0000 (16:30 +1200)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/libkoha-perl.config [deleted file]
debian/libkoha-perl.postinst [deleted file]

diff --git a/debian/libkoha-perl.config b/debian/libkoha-perl.config
deleted file mode 100644 (file)
index fc41aa7..0000000
+++ /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 (file)
index 502bd8f..0000000
+++ /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