Changeset 23668 for ipk/source.sh4/tools_autotimer/CONTROL/postinst
- Timestamp:
- Sep 12, 2013, 10:40:25 AM (13 years ago)
- File:
-
- 1 edited
-
ipk/source.sh4/tools_autotimer/CONTROL/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_autotimer/CONTROL/postinst
r23557 r23668 1 1 #!/bin/sh 2 TMP=/tmp/.infos 3 INSTDIR="$1" 4 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/autotimer 2 INSTDIR="$1" 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/autotimer" 5 4 6 if [ $INSTDIR != "/var" ]; then 7 ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/autotimer 5 if [ "/var" != "$INSTDIR" ]; then 6 rm -rf /var/usr/local/share/titan/plugins/autotimer >/dev/null 2>&1 7 ln -sfn "$PLUGINDIR" /var/usr/local/share/titan/plugins/autotimer 8 8 fi 9 9
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)