source: ipk/source.sh4/network_dlna/CONTROL/prerm@ 23668

Last change on this file since 23668 was 23625, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 157 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4if [ ! -e "$INSTDIR/etc/minidlna.conf.minidlna" ]; then
5 echo "remove tpk minidlna.conf"
6 rm "$INSTDIR/etc/minidlna.conf"
7fi
8
9exit 0
Note: See TracBrowser for help on using the repository browser.