Loading ipset/install +6 −0 Original line number Diff line number Diff line Loading @@ -2,8 +2,14 @@ # arg 2: the old package version post_install () { echo "****************************************************************" echo "This package build kernel module!" echo "You need to rebuild it everytime you update your kernel version." echo "****************************************************************" } post_upgrade() { post_install } # vim:set ts=2 sw=2 ft=sh et: Loading
ipset/install +6 −0 Original line number Diff line number Diff line Loading @@ -2,8 +2,14 @@ # arg 2: the old package version post_install () { echo "****************************************************************" echo "This package build kernel module!" echo "You need to rebuild it everytime you update your kernel version." echo "****************************************************************" } post_upgrade() { post_install } # vim:set ts=2 sw=2 ft=sh et: