source: ipk/source/lcdsamsungskins_channel/CONTROL/preinst@ 24657

Last change on this file since 24657 was 24645, checked in by obi, 13 years ago

[tpk] fix lcdsamsungskins

File size: 284 bytes
RevLine 
[20015]1#!/bin/sh
[23437]2INSTDIR="$1"
[24645]3NAME=lcdsamsung
[20015]4
[24645]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
[23646]8fi
9
[20015]10exit 0
Note: See TracBrowser for help on using the repository browser.