Ignore:
Timestamp:
Sep 17, 2013, 6:21:05 PM (13 years ago)
Author:
nit
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/mediacenter_foldericons_1_0/CONTROL/postinst

    r7451 r23776  
    11#!/bin/sh
    2 TMP=/tmp/.swapmediacenter
    3 echo "successfully installed"
    4 echo "syncing disk"
    5 sync
     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
    610exit 0
Note: See TracChangeset for help on using the changeset viewer.