source: ipk/source.sh4/tools_PermanentTime/CONTROL/postrm@ 23916

Last change on this file since 23916 was 23669, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 217 bytes
RevLine 
[12619]1#!/bin/sh
[23623]2INSTDIR="$1"
[23669]3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/permtime"
[12619]4
[23669]5rm -rf "$PLUGINDIR" >/dev/null 2>&1
[23623]6
[23669]7if [ "/var" != "$INSTDIR" ]; then
8 rm -rf /var/usr/local/share/titan/plugins/permtime
9fi
10
[12619]11exit 0
Note: See TracBrowser for help on using the repository browser.