Ignore:
Timestamp:
Nov 16, 2011, 1:14:11 AM (15 years ago)
Author:
tobayer
Message:

[ipk] update tobayer01 skin and swapskin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titanswapskins_tobayer01/CONTROL/preinst

    r10686 r11214  
    11#!/bin/sh
    22#
    3 TMP=/tmp/.skin
     3TMP=/tmp/.titanskin
    44echo "syncing disk"
    55sync
     
    1919
    2020echo "checking swapstick"
    21 if [ ! -d /var/swap/skins ]; then
     21if [ ! -d /var/swap/titanskins/ ]; then
    2222  echo "--------------------------"
    2323        echo "no swapstick found...."
     
    2626fi
    2727echo "swapstick found...."
    28 echo "installing tobayer01 Skin to swapstick..."
     28echo "installing tobayer01 skin to swapstick..."
    2929echo "checking OS"
    3030if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                     
Note: See TracChangeset for help on using the changeset viewer.