From 1fbf2587333c2f16b4a156e9255539cfbeed618a Mon Sep 17 00:00:00 2001 From: jacomi Date: Mon, 10 Jul 2000 14:27:35 +0000 Subject: initialisation at system startup removed --- debian/postinst | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 75176e6..0000000 --- a/debian/postinst +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -NC="/etc/irbox.conf" - -TWEAK="no" - -# only do this stuff if we're being called to configure a package -if [ "$1" != "configure" ] -then - exit 0 -fi - -# make sure we have an /etc/irbox.conf -if [ -f $NC ] -then - echo "An /etc/irbox.conf file already exists, and will be used to" - echo "configure irboxd. You may wish to review the contents of this" - echo "file for accuracy." - echo "" -else - start-stop-daemon --stop --quiet --exec /usr/bin/irbox -fi - -#DEBHELPER# -- cgit v1.1