source:
vbox/trunk/debian/prerm@
31812
Last change on this file since 31812 was 3848, checked in by , 17 years ago | |
---|---|
File size: 140 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | rm -f /etc/udev/rules.d/60-vboxdrv.rules |
4 | rm -f /etc/vbox/license_agreed |
5 | rm -f /etc/vbox/module_not_compiled |
6 | |
7 | #DEBHELPER# |
8 | |
9 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.