source: ipk/source/skins_0Acht5Zehn/CONTROL/postinst @ 39661

Last change on this file since 39661 was 33804, checked in by obi, 9 years ago

tpk skins add default skinconfig file

  • Property svn:executable set to *
File size: 218 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/0Acht5Zehn/skinconfig"
5sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/0Acht5Zehn/skinconfig.default"
6
7exit 0
Note: See TracBrowser for help on using the repository browser.