source: ipk/source.arm/tools_sispmctl/CONTROL/postrm @ 43290

Last change on this file since 43290 was 43290, checked in by obi, 5 years ago

test arm oebuile

File size: 206 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/sispmctl"
4
5rm -r "$PLUGINDIR" >/dev/null 2>&1
6
7if [ -e /etc/.oebuild ];then
8        opkg remove titan-plugin-sispmctl --dest $1
9fi
10
11exit 0
Note: See TracBrowser for help on using the repository browser.