X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=32a67f3b82f6a9a8d2a3b4e9f0b32c2e974f3207;hb=HEAD;hp=05e4384b441cc77470e171d72c16a6f6c2cddd24;hpb=bce4a0dabb59fcecd2c5097f5cde83a9939dd6fa;p=xinetd-cn.git diff --git a/debian/postinst b/debian/postinst index 05e4384..32a67f3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,7 +5,7 @@ set -e [ "$1" = "configure" ] || exit 0 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx -# Load CARNet Tools +# Load CARNET Tools . /usr/share/carnet-tools/functions.sh PKG=xinetd-cn @@ -13,7 +13,7 @@ CONF=/etc/xinetd.conf INETDCONF=/etc/inetd.conf DEFAULT=/etc/default/xinetd BACKUPDIR=/var/backups/xinetd-cn -XCONV_TOOL=/usr/sbin/xconv.pl +XCONV_TOOL=/usr/bin/xconv.pl need_restart=0 temp_files= @@ -275,9 +275,6 @@ fi # cp_mail "$PKG" -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - #DEBHELPER# exit 0