Changeset 23605 for ipk/source/screensaver_fcbayern_1_0/CONTROL/postinst
- Timestamp:
- Sep 10, 2013, 2:37:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/screensaver_fcbayern_1_0/CONTROL/postinst
r12781 r23605 1 1 #!/bin/sh 2 TMP=/tmp/.swapscreensaver 3 echo "successfully installed" 4 echo "please reboot your box so that the extension will be mounted..." 5 link=`readlink /var/swap` 6 if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then 7 SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1` 8 FREE=`expr $SPACE - 100` 9 echo new freespace size $FREE kb 10 else 11 echo "syncing disk" 12 sync 13 fi 2 14 3 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)