1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/pebble/pkg-plist
Martin Wilke 8a0e4d1128 - Stage support
PR:		190313
2014-06-03 05:05:50 +00:00

7 lines
314 B
Plaintext

@exec mkdir -p %%PEBBLE_HOME%%
@unexec if cmp -s %D/etc/pebble.properties.sample %D/etc/pebble.properties; then rm -f %D/etc/pebble.properties; fi
etc/pebble.properties.sample
@exec cp -n %D/%F %B/pebble.properties
@unexec rmdir "/var/lib/pebble" >/dev/null 2>&1 || :
@unexec rmdir "/var/lib" >/dev/null 2>&1 || :