#!/bin/sh INSTDIR="$1" sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/default_mod/skinconfig" exit 0