VirtualBox

Changeset 34603 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Dec 2, 2010 12:35:37 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68403
Message:

Linux deb/rpm: more fixes

Location:
trunk/src/VBox/Installer/linux
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/postrm

    r32029 r34603  
    2727  update-rc.d vboxnet remove >/dev/null || exit $?
    2828fi
     29if [ "$1" = "purge" -a ! -f /etc/init.d/vboxweb-service ] ; then
     30  update-rc.d vboxweb-service remove >/dev/null || exit $?
     31fi
    2932
    3033#DEBHELPER#
  • trunk/src/VBox/Installer/linux/debian/prerm.in

    r32543 r34603  
    2323rm -f /etc/vbox/license_agreed
    2424rm -f /etc/vbox/module_not_compiled
     25
     26# remove our USB device tree
     27rm -rf /dev/vboxusb 2> /dev/null
    2528
    2629# defaults
     
    6265fi
    6366
    64 # Stop vboxnet/vboxdrv manually as we use our own error handling in postrm
     67# stop vboxnet/vboxdrv manually as we use our own error handling in postrm
    6568if [ -x "/etc/init.d/vboxdrv" ]; then
    6669  if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  • trunk/src/VBox/Installer/linux/debian/rules

    r34572 r34603  
    294294            usr/share/virtualbox/src/vboxhost   usr/src/vboxhost-$(ver)
    295295        dh_desktop
    296         dh_installmenu
    297296        $(if $(NOMODS),,dh_installmodules)
    298297        sed \
  • trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec

    r34597 r34603  
    385385  rm -f /etc/vbox/license_agreed
    386386  rm -f /etc/vbox/module_not_compiled
     387  # remove our USB device tree
     388  rm -rf /dev/vboxusb 2> /dev/null
    387389fi
    388390DKMS=`which dkms 2>/dev/null`
  • trunk/src/VBox/Installer/linux/vboxweb-service.sh.in

    r32627 r34603  
    354354    restart
    355355    ;;
     356force-reload)
     357    restart
     358    ;;
    356359status)
    357360    status
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette