source: ipk/source.sh4/titantools_autotimer/CONTROL/postrm@ 23451

Last change on this file since 23451 was 23446, checked in by gost, 13 years ago

[plugin] autotimer new tpk

  • Property svn:executable set to *
File size: 141 bytes
RevLine 
[21232]1#!/bin/sh
2TMP=/tmp/.infos
[23446]3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/autotimer
5
[21232]6rm -r $PLUGINDIR > /dev/null 2>&1
7
8exit 0
Note: See TracBrowser for help on using the repository browser.