Changeset 23668 for ipk/source.sh4/tools_autotimer/CONTROL/postrm
- Timestamp:
- Sep 12, 2013, 10:40:25 AM (13 years ago)
- File:
-
- 1 edited
-
ipk/source.sh4/tools_autotimer/CONTROL/postrm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/tools_autotimer/CONTROL/postrm
r23557 r23668 1 1 #!/bin/sh 2 TMP=/tmp/.infos 3 INSTDIR="$1" 4 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/autotimer 2 INSTDIR="$1" 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/autotimer" 5 4 6 rm -r $PLUGINDIR > /dev/null 2>&1 7 rm -rf /var/usr/local/share/titan/plugins/autotimer 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 7 if [ "/var" != "$INSTDIR" ]; then 8 rm -rf /var/usr/local/share/titan/plugins/autotimer 9 fi 8 10 9 11 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)