source:
ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst@
24601
| Last change on this file since 24601 was 23957, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 300 bytes | |
| Rev | Line | |
|---|---|---|
| [7451] | 1 | #!/bin/sh |
| 2 | ||
| [23955] | 3 | model=`cat /etc/model` |
| 4 | ||
| 5 | if [ "$model" = "ufs910" ];then | |
| 6 | if [ -e /var/swapdir/swapfile ];then | |
| 7 | echo "mount /tmp (60mb)" | |
| 8 | mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp | |
| [23957] | 9 | touch /tmp/.tmp60mb |
| [23955] | 10 | else |
| 11 | echo "Error, please use swapdir/swapfile and try again !" | |
| 12 | exit 1 | |
| 13 | fi | |
| 14 | fi | |
| 15 | ||
| [23605] | 16 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)