source: ipk/source/skins_nogfx/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: 208 bytes
RevLine 
[16393]1#!/bin/sh
[25973]2INSTDIR="$1"
[16393]3
[33804]4sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/nogfx/skinconfig"
5sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/nogfx/skinconfig.default"
[25973]6
7exit 0
Note: See TracBrowser for help on using the repository browser.