source: ipk/source/screensaver_hotgirls_1_0/CONTROL/preinst@ 24607

Last change on this file since 24607 was 24607, checked in by obi, 12 years ago

[tpk] remove ram work ufs910

  • Property svn:executable set to *
File size: 310 bytes
Line 
1#!/bin/sh
2
3model=`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
9# touch /tmp/.tmp60mb
10# else
11# echo "Error, please use swapdir/swapfile and try again !"
12# exit 1
13# fi
14#fi
15
16exit 0
Note: See TracBrowser for help on using the repository browser.