PKGBUILDs/aur/iscsitarget/iscsitarget.install

12 lines
93 B
Plaintext
Raw Normal View History

2011-02-23 04:57:53 +00:00
post_install() {
/sbin/depmod -aq
}
post_upgrade() {
post_install
}
op=$1
shift
$op $*