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