source: ipk/source/lcdsamsungskins_Holzuhr_Standby/CONTROL/preinst@ 43312

Last change on this file since 43312 was 24708, checked in by obi, 13 years ago

fix lcdsamsung preinst

File size: 285 bytes
RevLine 
[21383]1#!/bin/sh
[24708]2INSTDIR="$1"
3NAME=lcdsamsung
[21383]4
[24708]5if [ ! -e "/var/usr/local/share/titan/plugins/$NAME" ] && [ ! -e "/var/swap/usr/local/share/titan/plugins/$NAME" ] && [ ! -e "/mnt/swapextensions/usr/local/share/titan/plugins/$NAME" ]; then
6 echo "ERROR: Install Tools/$NAME"
7 exit 1
8fi
9
10exit 0
Note: See TracBrowser for help on using the repository browser.