Ignore:
Timestamp:
Sep 10, 2013, 6:52:14 PM (13 years ago)
Author:
gost
Message:

[plugins] fix all lcdpearl skins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/lcdpearlskins_mrp/CONTROL/postinst

    r23436 r23635  
    11#!/bin/sh
     2INSTDIR="$1"
     3
     4if [ $INSTDIR != "/var" ]; then
     5 ln -s $INSTDIR/usr/local/share/titan/picons/alternate /var/usr/local/share/titan/picons/alternate
     6fi
     7
     8mv /tmp/plugins/lcdpearl1/skin.xml /var/usr/local/share/titan/plugins/lcdpearl1/skin.xml
    29
    310exit 0
Note: See TracChangeset for help on using the changeset viewer.