VirtualBox

Changeset 38766 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Sep 15, 2011 2:32:36 PM (13 years ago)
Author:
vboxsync
Message:

debian: don't forget to uninstall the vboxballoonctrl-service script

File:
1 edited

Legend:

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

    r38404 r38766  
    3030  update-rc.d vboxweb-service remove >/dev/null || exit $?
    3131fi
    32 
     32if [ "$1" = "purge" -a ! -f /etc/init.d/vboxballoonctrl-service ] ; then
     33  update-rc.d vboxballoonctrl-service remove >/dev/null || exit $?
     34fi
     35 
    3336# remove installed extension packs
    3437if [ "$1" = "purge" ]; then
Note: See TracChangeset for help on using the changeset viewer.

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