diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-10 23:09:06 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-10 23:09:06 -0200 |
commit | f05c044a472c04a260e72f5cd6fd23ba681a84c2 (patch) | |
tree | d8922d6c7778db504acc2feca10e0bbfef801e8c /~emulatorman/raider/INSTALL | |
parent | 2386e0d74a9406d00dbbbab84a0e97a276fcf4b7 (diff) | |
download | abslibre-f05c044a472c04a260e72f5cd6fd23ba681a84c2.tar.gz abslibre-f05c044a472c04a260e72f5cd6fd23ba681a84c2.tar.bz2 abslibre-f05c044a472c04a260e72f5cd6fd23ba681a84c2.zip |
~emulatorman/raider
Diffstat (limited to '~emulatorman/raider/INSTALL')
-rw-r--r-- | ~emulatorman/raider/INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/~emulatorman/raider/INSTALL b/~emulatorman/raider/INSTALL new file mode 100644 index 000000000..8671c6917 --- /dev/null +++ b/~emulatorman/raider/INSTALL @@ -0,0 +1,5 @@ +pre_remove() { + "rm" -fR /var/lib/raider/* +} + +# vim:set ts=2 sw=2 et: |