updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / line6linux-svn / line6usb.install
blob41eac5440f7b34334988f861f76266cbd82208e2
1 ## arg 1:  the new package version
2 post_install() {
3   echo "==> run 'depmod -a' as root to load the new module"
6 ## arg 1:  the new package version
7 ## arg 2:  the old package version
8 post_upgrade() {
9   echo "==> run 'depmod -a' as root to load the new module"
12 # vim:set ts=2 sw=2 et: