source:
ipk/source.mipsel/tools_IP-Kamera/CONTROL/preinst
@
28080
Last change on this file since 28080 was 28080, checked in by , 9 years ago | |
---|---|
|
|
File size: 202 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | INSTDIR="$1" |
3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar" |
4 | |
5 | if [ -e "$PLUGINDIR/instar.conf" ]; then |
6 | cp "$PLUGINDIR/instar.conf" /tmp/instar.conf |
7 | fi |
8 | |
9 | rm -rf "$PLUGINDIR" |
10 | |
11 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.