Changeset 23957
- Timestamp:
- 09/27/13 21:37:35 (9 years ago)
- Location:
- ipk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/players_hbbtv/CONTROL/postinst
r23955 r23957 16 16 17 17 if [ "$model" = "ufs910" ];then 18 if [ -e /var/swapdir/swapfile ] ;then18 if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 19 19 echo "umount /tmp (60mb)" 20 20 umount /tmp 21 rm -f /tmp/.tmp60mb 21 22 fi 22 23 fi -
ipk/source.sh4/players_hbbtv/CONTROL/preinst
r23955 r23957 7 7 echo "mount /tmp (60mb)" 8 8 mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp 9 touch /tmp/.tmp60mb 9 10 else 10 11 echo "Error, please use swapdir/swapfile and try again !" -
ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst
r23955 r23957 7 7 echo "umount /tmp (60mb)" 8 8 umount /tmp 9 rm -f /tmp/.tmp60mb 9 10 fi 10 11 fi -
ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst
r23955 r23957 7 7 echo "mount /tmp (60mb)" 8 8 mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp 9 touch /tmp/.tmp60mb 9 10 else 10 11 echo "Error, please use swapdir/swapfile and try again !"
Note: See TracChangeset
for help on using the changeset viewer.