about summary refs log tree commit diff
path: root/debian/ngircd.postinst
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-12-31 17:20:11 +0000
committerAlexander Barton <alex@barton.de>2003-12-31 17:20:11 +0000
commited94d5d5cd31ecc1f671f36e0813804e8aa59082 (patch)
treed54a96bd11cf4ce31fbf695ed98a3f2183e75fa5 /debian/ngircd.postinst
parentea076a28f2ff16c0424c0ba488227dbe1d3393bf (diff)
downloadngircd-ed94d5d5cd31ecc1f671f36e0813804e8aa59082.tar.gz
ngircd-ed94d5d5cd31ecc1f671f36e0813804e8aa59082.zip
Removed outdated Mac OS X ProjectBuilder project files (will be re-added
and updated for XCode soon); moved the debian/ directory to contrib/Debian/.
Diffstat (limited to 'debian/ngircd.postinst')
-rw-r--r--debian/ngircd.postinst14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/ngircd.postinst b/debian/ngircd.postinst
deleted file mode 100644
index b8d4fb64..00000000
--- a/debian/ngircd.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# Debian post-installation script
-# $Id: ngircd.postinst,v 1.3 2003/11/29 20:29:09 alex Exp $
-#
-
-if [ -f /etc/ngircd/ngircd.conf ]; then
-	# make sure that configuration file is not world readable
-	chmod o= /etc/ngircd/ngircd.conf
-fi
-
-#DEBHELPER#
-
-# -eof-