source: ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm@ 23660

Last change on this file since 23660 was 23557, checked in by gost, 13 years ago

[plugins] fix

  • Property svn:executable set to *
File size: 210 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.TOOLS
3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/lcdpearl1
5
6rm -rf $PLUGINDIR
7rm -rf /var/etc/lcd4linux.conf
8rm -rf /var/usr/local/share/titan/plugins/lcdpearl1
9
10exit 0
Note: See TracBrowser for help on using the repository browser.