Commit ef7565f5 authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@241 02741741-5192-46b8-8916-7152b19231d9
parent 489123d0
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -31,12 +31,7 @@ post_install() {
==> Remember to add allowed users to the vboxusers group:
==> # gpasswd -a USERNAME vboxusers
==>
==> To load/compile virtualbox modules automatically you can add dkms in your DAEMONS
==>
==> **Warning**
==> This version drop vboxdrv initscript.
==> Please change to dkms instead of vboxdrv in DAEMONS in rc.conf.
==>
==> To load/compile virtualbox modules automatically at startup you can add dkms in your DAEMONS
EOF
}

@@ -54,6 +49,13 @@ pre_upgrade() {
# arg 2:  the old package version
post_upgrade() {
  post_install "$1"
  (($(vercmp $2 '4.1.14-2') < 0 )) && cat <<EOF

==> **Warning**
==> This version drop vboxdrv initscript.
==> Please change to dkms instead of vboxdrv in DAEMONS in rc.conf.
==>
EOF
}

# arg 1:  the old package version