source: ipk/source.mipsel/tools_sispmctl/CONTROL/postrm @ 41717

Last change on this file since 41717 was 41717, checked in by gost, 6 years ago

[plugins] add sispmctl for mipsel

File size: 125 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
4
5rm -r "$PLUGINDIR" >/dev/null 2>&1
6
7exit 0
Note: See TracBrowser for help on using the repository browser.