source: ipk/source/skins_ufs912/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: 336 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/ufs912/skinconfig"
5sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/ufs912/skinconfig.default"
6
7# special for ufs912 skin
8sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/ufs912/skinconfig.listbox_white"
9
10exit 0
Note: See TracBrowser for help on using the repository browser.