root/trunk/debian/prerm
| Revision 3848, 140 bytes (checked in by vboxsync, 1 year ago) |
|---|
| 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 browser.

