source: ipk/source.sh4/tools_autotimer/CONTROL/postinst@ 23629

Last change on this file since 23629 was 23557, checked in by gost, 13 years ago

[plugins] fix

  • Property svn:executable set to *
File size: 206 bytes
RevLine 
[21232]1#!/bin/sh
2TMP=/tmp/.infos
[23446]3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/autotimer
[21232]5
[23557]6if [ $INSTDIR != "/var" ]; then
7 ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/autotimer
8fi
9
[21232]10exit 0
Note: See TracBrowser for help on using the repository browser.