Ignore:
Timestamp:
Sep 12, 2013, 6:51:12 PM (13 years ago)
Author:
nit
Message:
 
Location:
ipk/source/picons_X_LightTransparent/CONTROL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/picons_X_LightTransparent/CONTROL/control

    r23661 r23685  
    1010Description: Transparent swap XPicons for TitanNit (MetrixHD skin), needs real swapstick
    1111Showname: XPicons LightTransparent
     12Group: 150
  • ipk/source/picons_X_LightTransparent/CONTROL/postinst

    r23576 r23685  
    11#!/bin/sh
     2INSTDIR="$1"
     3PLUGINDIR="$INSTDIR/usr/local/share/titan/picons"
     4
     5if [ "/mnt/swapextensions" != "$INSTDIR" ]; then
     6        rm -rf /mnt/swapextensions/usr/local/share/titan/picons >/dev/null 2>&1
     7        ln -sfn "$PLUGINDIR" /mnt/swapextensions/usr/local/share/titan/picons
     8fi
    29
    310exit 0
  • ipk/source/picons_X_LightTransparent/CONTROL/postrm

    r23612 r23685  
    11#!/bin/sh
     2INSTDIR="$1"
     3PLUGINDIR="$INSTDIR/usr/local/share/titan/picons"
     4
     5rm -rf "$PLUGINDIR" >/dev/null 2>&1
     6
     7if [ "/mnt/swapextensions" != "$INSTDIR" ]; then
     8        rm -rf /mnt/swapextensions/usr/local/share/titan/plugins/optimize
     9fi
    210
    311exit 0
Note: See TracChangeset for help on using the changeset viewer.