|
Last change
on this file since 36070 was 34036, checked in by Stephan, 11 years ago |
|
[skins] update default mod skin, introduce new skin defaultx mod, thx to maenne79
|
-
Property svn:executable
set to
*
|
|
File size:
330 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 |
|
|---|
| 4 | sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/defaultx_mod/skinconfig"
|
|---|
| 5 | sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/defaultx_mod/skinconfig.default"
|
|---|
| 6 |
|
|---|
| 7 | ln -snf /var/usr/local/share/titan/skin/default/skin $INSTDIR/usr/local/share/titan/skin/defaultx_mod/skin
|
|---|
| 8 |
|
|---|
| 9 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.