source: ipk/source/lcdpearlskins_blau_mit_picons/CONTROL/preinst@ 42657

Last change on this file since 42657 was 24689, checked in by obi, 13 years ago

[tpk] change lcdpearlskins

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