source: ipk/source/skins_Atemio/CONTROL/postinst@ 40887

Last change on this file since 40887 was 39157, checked in by mega, 10 years ago

[Skin Atemio] new Skin Atemio

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