source: ipk/source/mediacenter_foldericons_1_0/CONTROL/postinst@ 23776

Last change on this file since 23776 was 23776, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 289 bytes
RevLine 
[7451]1#!/bin/sh
[23776]2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/imdbfolder"
4
5if [ "/mnt/swapextensions" != "$INSTDIR" ]; then
6 rm -rf /mnt/swapextensions/usr/local/share/titan/imdbfolder >/dev/null 2>&1
7 ln -sfn "$PLUGINDIR" /mnt/swapextensions/usr/local/share/titan/imdbfolder
8fi
9
[7451]10exit 0
Note: See TracBrowser for help on using the repository browser.