source:
ipk/source.sh4/tools_scriptexec/CONTROL/postinst@
23916
| Last change on this file since 23916 was 23669, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 268 bytes | |
| Rev | Line | |
|---|---|---|
| [15373] | 1 | #!/bin/sh |
| [23624] | 2 | INSTDIR="$1" |
| [23669] | 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/scriptexec" |
| [15373] | 4 | |
| [23624] | 5 | if [ "/var" != "$INSTDIR" ]; then |
| [23669] | 6 | rm -rf /var/usr/local/share/titan/plugins/scriptexec >/dev/null 2>&1 |
| 7 | ln -sfn "$PLUGINDIR" /var/usr/local/share/titan/plugins/scriptexec | |
| [15373] | 8 | fi |
| [23624] | 9 | |
| [15373] | 10 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)