index
:
virtualbox
debian
progress-linux
upstream
debian 12 backports: virtualbox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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