source: ipk/source/skins_0Acht5Zehnwhite/CONTROL/postinst@ 35540

Last change on this file since 35540 was 33804, checked in by obi, 11 years ago

tpk skins add default skinconfig file

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