diff options
Diffstat (limited to 'net/netatalk3/pkg-install')
-rw-r--r-- | net/netatalk3/pkg-install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/netatalk3/pkg-install b/net/netatalk3/pkg-install deleted file mode 100644 index bcddbdd54a87..000000000000 --- a/net/netatalk3/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -DBDIR=/var/netatalk - -case $2 in - POST-INSTALL) - tee $DBDIR/README > $DBDIR/CNID/README <<-'EOF' - This directory contains modifiable Netatalk configuration files and the CNID databases. - EOF - truncate -s -1 $DBDIR/README $DBDIR/CNID/README - ;; -esac |