diff options
Diffstat (limited to 'net/svnup/pkg-plist')
-rw-r--r-- | net/svnup/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/svnup/pkg-plist b/net/svnup/pkg-plist new file mode 100644 index 000000000000..300d980af819 --- /dev/null +++ b/net/svnup/pkg-plist @@ -0,0 +1,4 @@ +bin/svnup +@unexec if cmp -s %D/etc/svnup.conf.sample %D/etc/svnup.conf; then rm -f %D/etc/svnup.conf; else echo "If permanently removing this package, then please consider removing %D/etc/svnup.conf" ;fi +etc/svnup.conf.sample +@exec if [ ! -f %D/etc/svnup.conf ] ; then cp -p %D/etc/svnup.conf.sample %D/etc/svnup.conf; fi |