Changeset 34372
- Timestamp:
- 05/25/15 17:12:42 (8 years ago)
- Location:
- ipk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.mipsel/network_xupnpd/CONTROL/postinst
r30367 r34372 5 5 echo INSTDIR $INSTDIR 6 6 echo PLUGINDIR $PLUGINDIR 7 7 # set flagfile install status 8 touch /mnt/swapextensions/xupnpdinstalled 8 9 exit 0 -
ipk/source.mipsel/network_xupnpd/CONTROL/postrm
r30367 r34372 4 4 5 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 6 # remove flagfile install status 7 rm /mnt/swapextensions/xupnpdinstalled 7 8 exit 0 -
ipk/source.sh4/network_xupnpd/CONTROL/postinst
r33735 r34372 5 5 echo INSTDIR $INSTDIR 6 6 echo PLUGINDIR $PLUGINDIR 7 7 # set flagfile install status 8 touch /mnt/swapextensions/xupnpdinstalled 8 9 exit 0 -
ipk/source.sh4/network_xupnpd/CONTROL/postrm
r27875 r34372 4 4 5 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 6 # remove flagfile install status 7 rm /mnt/swapextensions/xupnpdinstalled 7 8 exit 0
Note: See TracChangeset
for help on using the changeset viewer.