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

set -e

#DEBHELPER#

if [ "$1" = "remove" ]; then
    ldconfig
fi