From 47f9c6d0a0085da2fbcbdae0a9736b79a98cc527 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 19 Jan 2024 22:07:38 +0100 Subject: Update included Debian package configuration - Rewrite using current dh_make. - Standards-Version: 4.6.2. - No longer build 3 different packages; only build "ngircd" which now includes support for IDENT, PAM (disabled in the ngircd.conf installed by the package), SSL (OpenSSL), ZLib and IPv6. - Update package description accordingly. - No longer install a SysV init file, only install ngircd.service unit. --- contrib/Debian/ngircd.postinst | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 contrib/Debian/ngircd.postinst (limited to 'contrib/Debian/ngircd.postinst') diff --git a/contrib/Debian/ngircd.postinst b/contrib/Debian/ngircd.postinst deleted file mode 100755 index f6e3c4f7..00000000 --- a/contrib/Debian/ngircd.postinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# -# Debian post-installation script -# - -set -e - -case "$1" in - configure) - if [ -f /etc/ngircd/ngircd.conf ]; then - # make sure that the configuration file is not - # world-readable, it contains passwords! - chmod o= /etc/ngircd/ngircd.conf - chgrp irc /etc/ngircd/ngircd.conf - fi - ;; -esac - -#DEBHELPER# - -# -eof- -- cgit 1.4.1