source: ipk/source/lcdpearlskins_mrp/CONTROL/preinst@ 24690

Last change on this file since 24690 was 24690, checked in by obi, 12 years ago

[tpk] change lcdpearlskins

File size: 283 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3NAME=lcdpearl1
4
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.