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

Last change on this file since 33438 was 33438, checked in by Stephan, 11 years ago

fix by maenne79, force removal of old skin dir

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