PKGBUILDs/aur/iscsitarget/iscsitarget.install
2011-02-22 23:57:53 -05:00

12 lines
93 B
Plaintext

post_install() {
/sbin/depmod -aq
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*