Advertisement
Guest User

bbswitch-ck.install for linux-ck 3.18

a guest
Dec 18th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. post_install() {
  2. EXTRAMODULES='extramodules-3.18-ck'
  3. depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
  4. }
  5.  
  6. post_upgrade() {
  7. post_install
  8. }
  9.  
  10. post_remove() {
  11. post_install
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement