PKGBUILDs/extra/bftpd/bftpd.install
2009-10-09 21:23:22 -05:00

10 lines
185 B
Text

# arg 1: the new package version
# arg 2: the old package version
post_install () {
[ ! -f /var/log/bftpd.log ] && touch /var/log/bftpd.log
}
post_upgrade() {
post_install $1
}