Changeset 24038
- Timestamp:
- 10/03/13 11:53:04 (9 years ago)
- Location:
- ipk/source.sh4/games_catcatch/CONTROL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/games_catcatch/CONTROL/postinst
r23668 r24038 1 1 #!/bin/sh 2 INSTDIR="$1"3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/catcatch"4 5 if [ "/var" != "$INSTDIR" ]; then6 rm -rf /var/usr/local/share/titan/plugins/catcatch >/dev/null 2>&17 ln -sfn "$PLUGINDIR" /var/usr/local/share/titan/plugins/catcatch8 fi9 2 10 3 exit 0 -
ipk/source.sh4/games_catcatch/CONTROL/postrm
r23668 r24038 1 1 #!/bin/sh 2 INSTDIR="$1"3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/catcatch"4 5 rm -rf "$PLUGINDIR" >/dev/null 2>&16 7 if [ "/var" != "$INSTDIR" ]; then8 rm -rf /var/usr/local/share/titan/plugins/catcatch9 fi10 2 11 3 exit 0
Note: See TracChangeset
for help on using the changeset viewer.