|
Last change
on this file since 23605 was 23605, checked in by obi, 13 years ago |
|
fix saver control files
|
-
Property svn:executable
set to
*
|
|
File size:
315 bytes
|
| Rev | Line | |
|---|
| [7451] | 1 | #!/bin/sh
|
|---|
| [23605] | 2 | INSTDIR="$1"
|
|---|
| [7451] | 3 |
|
|---|
| [23605] | 4 | if [ -e /var/usr/local/share/titan/saver/hotgirls ];then
|
|---|
| 5 | echo "rename hotgirls -> hotgirls.old"
|
|---|
| 6 | mv -f /var/usr/local/share/titan/saver/hotgirls /var/usr/local/share/titan/saver/hotgirls.old
|
|---|
| [7451] | 7 | fi
|
|---|
| 8 |
|
|---|
| [23605] | 9 | ln -s "$INSTDIR/usr/local/share/titan/saver/hotgirls" /var/usr/local/share/titan/saver
|
|---|
| 10 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.