aboutsummaryrefslogblamecommitdiff
path: root/net/netatalk3/pkg-install
blob: bcddbdd54a87956286986162e4c88b2c4f5ef227 (plain) (tree)
1
2
3
4
5
6
7
8







                                      


                                                                                                               
                                                               

                  
#!/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