source: ipk/source/lcdsamsungskins_PICONS_320x240/CONTROL/preinst@ 27770

Last change on this file since 27770 was 24724, checked in by obi, 13 years ago

[tpk] fix lcdsamsung picons

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