source: ipk/source/lcdsamsungskins_PICONS_320x240/CONTROL/postinst@ 23753

Last change on this file since 23753 was 23707, checked in by channel, 13 years ago

[titan] update SamsungLCD PICON

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