source: ipk/source.sh4/network_dlna/CONTROL/postrm@ 45685

Last change on this file since 45685 was 45685, checked in by obi, 4 years ago

fix

  • Property svn:executable set to *
File size: 213 bytes
RevLine 
[15793]1#!/bin/sh
[23625]2INSTDIR="$1"
[23668]3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/dlna"
[15793]4
[23668]5rm -rf "$PLUGINDIR" >/dev/null 2>&1
[15793]6
[45685]7if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
[44780]8 opkg remove minidlna --dest $1
9fi
10
11exit 0
Note: See TracBrowser for help on using the repository browser.