source: ipk/source/skins_coolMiniTV/CONTROL/postinst@ 36070

Last change on this file since 36070 was 33804, checked in by obi, 11 years ago

tpk skins add default skinconfig file

File size: 217 bytes
RevLine 
[17180]1#!/bin/sh
[24043]2INSTDIR="$1"
[23640]3
[24043]4sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/coolMiniTV/skinconfig"
[33804]5sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/coolMiniTV/skinconfig.default"
[24043]6
[17180]7exit 0
Note: See TracBrowser for help on using the repository browser.