summaryrefslogtreecommitdiffstats
path: root/debian/virtualbox-guest-utils.postrm
blob: 86a21b7e143be6d028d10c496548367f89a6140b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = purge ]; then
    delgroup --quiet vboxsf || true
fi