source:
ipk/source.sh4/network_dlna/CONTROL/postrm@
45685
| Last change on this file since 45685 was 45685, checked in by , 4 years ago | |
|---|---|
|
|
| File size: 213 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | INSTDIR="$1" |
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/dlna" |
| 4 | |
| 5 | rm -rf "$PLUGINDIR" >/dev/null 2>&1 |
| 6 | |
| 7 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then |
| 8 | opkg remove minidlna --dest $1 |
| 9 | fi |
| 10 | |
| 11 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)