source: ipk/source/skins_MetrixHD/CONTROL/postinst@ 42657

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

tpk skins add default skinconfig file

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