source: ipk/source/screensaver_hotgirls_1_0/CONTROL/postinst@ 23955

Last change on this file since 23955 was 23955, checked in by obi, 13 years ago

[tpk] hbbtv, screensaver/hotgirls ufs910 install

  • Property svn:executable set to *
File size: 161 bytes
Line 
1#!/bin/sh
2
3model=`cat /etc/model`
4
5if [ "$model" = "ufs910" ];then
6 if [ -e /var/swapdir/swapfile ];then
7 echo "umount /tmp (60mb)"
8 umount /tmp
9 fi
10fi
11
12exit 0
Note: See TracBrowser for help on using the repository browser.