source: ipk/source/skins_ufs912/CONTROL/postinst@ 24334

Last change on this file since 24334 was 24045, checked in by tobayer, 13 years ago

[titan] ufs912 skin: adjust for new tpk system (special for ufs912 skin, 2nd skinconfig)

File size: 243 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/ufs912/skinconfig"
5
6# special for ufs912 skin
7sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/ufs912/skinconfig.listbox_white"
8
9exit 0
Note: See TracBrowser for help on using the repository browser.