Commit a4b087ed authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@273 02741741-5192-46b8-8916-7152b19231d9
parent 8921c171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ EOF
# arg 1:  the old package version
pre_remove() {
  # Stop running services
  [[ -x /etc/rc.d/vboxweb ]] && /etc/rc.d/vboxweb stop >/dev/null
  #[[ -x /etc/rc.d/vboxweb ]] && /etc/rc.d/vboxweb stop >/dev/null

  # Remove modules
  [[ -n $1 ]] && dkms remove vboxhost/${1%-*} --all >/dev/null || true