source: ipk/source.sh4/infos_weather/CONTROL/postinst@ 23622

Last change on this file since 23622 was 23622, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 169 bytes
RevLine 
[15381]1#!/bin/sh
[23622]2INSTDIR="$1"
[15381]3
[23622]4if [ "/var" != "$INSTDIR" ]; then
5 ln -sfn "$INSTDIR/usr/local/share/titan/plugins/weather" /var/usr/local/share/titan/plugins/weather
[15381]6fi
[23622]7
[15381]8exit 0
Note: See TracBrowser for help on using the repository browser.