Files
ports/clfs-git/scratchpkg/scratchpkg.install
2018-01-23 22:05:13 +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
}