source: ipk/source/lcdpearlskins_atemio_style/CONTROL/postinst@ 24358

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

[plugins] fix

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