PKGBUILDs/extra/bftpd/bftpd.install

11 lines
185 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
# 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
}