PKGBUILDs/community/anyfs/any.install
2009-10-09 21:15:33 -05:00

27 lines
206 B
Text

pre_install() {
/bin/true
}
post_install() {
depmod -a
}
pre_upgrade() {
/bin/true
}
post_upgrade() {
depmod -a
}
pre_remove() {
/bin/true
}
post_remove() {
depmod -a
}
op=$1
shift
$op $*