Ignore:
Timestamp:
10/09/13 14:09:01 (10 years ago)
Author:
nit
Message:

[titan] update tpk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_scriptexec/CONTROL/postinst

    r23669 r24155  
    11#!/bin/sh
    2 INSTDIR="$1"
    3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/scriptexec"
    4 
    5 if [ "/var" != "$INSTDIR" ]; then
    6         rm -rf /var/usr/local/share/titan/plugins/scriptexec >/dev/null 2>&1
    7         ln -sfn "$PLUGINDIR" /var/usr/local/share/titan/plugins/scriptexec
    8 fi
    92
    103exit 0
Note: See TracChangeset for help on using the changeset viewer.