source: ipk/source.sh4/browser_netsurf/CONTROL/postinst@ 23915

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