source: ipk/source.sh4/tools_IP-Kamera/CONTROL/postrm@ 42657

Last change on this file since 42657 was 24155, checked in by nit, 13 years ago

[titan] update tpk

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