source: ipk/source/screensaver_hotgirls/CONTROL/preinst

Last change on this file was 46274, checked in by obi, 4 years ago

update lost files with install echo

  • Property svn:executable set to *
File size: 368 bytes
RevLine 
[7451]1#!/bin/sh
2
[46274]3echo Use Install Dest: $1
4echo Start Install Script: $0
5
6
[23955]7model=`cat /etc/model`
8
[24607]9#if [ "$model" = "ufs910" ];then
10# if [ -e /var/swapdir/swapfile ];then
11# echo "mount /tmp (60mb)"
12# mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
13# touch /tmp/.tmp60mb
14# else
15# echo "Error, please use swapdir/swapfile and try again !"
16# exit 1
17# fi
18#fi
[23955]19
[23605]20exit 0
Note: See TracBrowser for help on using the repository browser.