diff options
| author | Alexander Barton <alex@barton.de> | 2003-12-31 17:20:11 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-12-31 17:20:11 +0000 |
| commit | ed94d5d5cd31ecc1f671f36e0813804e8aa59082 (patch) | |
| tree | d54a96bd11cf4ce31fbf695ed98a3f2183e75fa5 /debian/ngircd.postinst | |
| parent | ea076a28f2ff16c0424c0ba488227dbe1d3393bf (diff) | |
| download | ngircd-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.postinst | 14 |
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- |