Ignore:
Timestamp:
Sep 7, 2013, 1:37:07 PM (13 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/fonts_actionmanitalic_1_0/CONTROL/preinst

    r23353 r23365  
    11#!/bin/sh
    2 #
    3 TMP=/tmp/.fonts
    4 echo "syncing disk"
    5 sync
     2INSTDIR="$1"
     3
     4if [ "/var/swap" == "$INSTDIR" ]; then
     5        echo "syncing disk"
     6        sync
     7fi
    68
    79model=`cat /etc/model`
     
    2931fi 
    3032
    31         echo "installing font ..."
     33echo "installing font ..."
    3234exit 0
Note: See TracChangeset for help on using the changeset viewer.