Files
ports/git/scratchpkg/scratchpkg.install
2018-01-14 15:09:54 +08:00

12 lines
187 B
Plaintext

post_install() {
[ -f /etc/scratchpkg.conf ] || cp /etc/scratchpkg.conf.orig /etc/scratchpkg.conf
}
post_upgrade() {
post_install
}
post_remove() {
rm /etc/scratchpkg.conf || true
}