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

15 lines
126 B
Text

post_install() {
depmod -a
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}
op=$1
shift
$op $*