source: ipk/source/lcdpearlskins_schwarz_ohne_picons/CONTROL/postinst@ 24087

Last change on this file since 24087 was 23694, checked in by gost, 13 years ago

[plugins] fix

File size: 271 bytes
RevLine 
[13512]1#!/bin/sh
[23635]2INSTDIR="$1"
[13512]3
[23635]4if [ $INSTDIR != "/var" ]; then
[23694]5 ln -s $INSTDIR/usr/local/share/titan/picons/alternate //mnt/swapextensions/usr/local/share/titan/picons/alternate
[23635]6fi
7
8mv /tmp/plugins/lcdpearl1/skin.xml /var/usr/local/share/titan/plugins/lcdpearl1/skin.xml
9
[13512]10exit 0
Note: See TracBrowser for help on using the repository browser.