2009-11-11 17:43:59 +01:00
|
|
|
bin/uhub
|
|
|
|
@unexec if cmp -s %D/etc/uhub/uhub.conf.sample %D/etc/uhub/uhub.conf; then rm -f %D/etc/uhub/uhub.conf; fi
|
|
|
|
etc/uhub/uhub.conf.sample
|
|
|
|
@exec if [ ! -f %D/etc/uhub/uhub.conf ] ; then cp -p %D/%F %B/uhub/uhub.conf; fi
|
|
|
|
@unexec if cmp -s %D/etc/uhub/users.conf.sample %D/etc/uhub/users.conf; then rm -f %D/etc/uhub/users.conf; fi
|
|
|
|
etc/uhub/users.conf.sample
|
|
|
|
@exec if [ ! -f %D/etc/uhub/users.conf ] ; then cp -p %D/%F %B/uhub/users.conf; fi
|
|
|
|
@unexec if cmp -s %D/etc/uhub/motd.txt.sample %D/etc/uhub/motd.txt; then rm -f %D/etc/uhub/motd.txt; fi
|
|
|
|
etc/uhub/motd.txt.sample
|
|
|
|
@exec if [ ! -f %D/etc/uhub/motd.txt ] ; then cp -p %D/%F %B/uhub/motd.txt; fi
|
2010-06-02 17:11:37 +02:00
|
|
|
@unexec if cmp -s %D/etc/uhub/rules.txt.sample %D/etc/uhub/rules.txt; then rm -f %D/etc/uhub/rules.txt; fi
|
|
|
|
etc/uhub/rules.txt.sample
|
|
|
|
@exec if [ ! -f %D/etc/uhub/rules.txt ] ; then cp -p %D/%F %B/uhub/rules.txt; fi
|
2009-11-11 17:43:59 +01:00
|
|
|
@dirrmtry etc/uhub
|