source:
ipk/source.arm/tools_lcdpearl1/CONTROL/preinst
@
41421
Last change on this file since 41421 was 39499, checked in by , 7 years ago | |
---|---|
|
|
File size: 115 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | INSTDIR="$1" |
3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1" |
4 | |
5 | rm -rf "$PLUGINDIR" |
6 | |
7 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.