summaryrefslogtreecommitdiff
path: root/libre/virtualbox-libre-modules/virtualbox-libre-guest-modules.install
blob: a52b9cf64e1a93b714685bd222a320f485528472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
VERSION='3.9.6-1-LIBRE'

post_install() {
cat << EOF
===> You may want to load vboxguest, vboxsf and vboxvideo
EOF
  depmod $VERSION
}

post_upgrade() {
  depmod $VERSION
}

post_remove() {
  depmod $VERSION
}

# vim:set ts=2 sw=2 et: