source: ipk/source/skins_default_mod/CONTROL/postinst@ 36070

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

tpk skins add default skinconfig file

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