Ignore:
Timestamp:
Oct 2, 2011, 3:31:03 AM (15 years ago)
Author:
obi
Message:

[ipk] fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titanswappicons_default/CONTROL/postrm

    r9833 r9847  
    11#!/bin/sh
    22TMP=/tmp/.picon
     3
     4if [ -e /var/swap/titanpicons.backup ]; then
     5        echo "restore old /var/swap/titanpicons.backup.default > /var/swap/titanpicons"
     6        mv /var/swap/titanpicons.backup.default /var/swap/titanpicons
     7fi
    38
    49echo "successfully removed"
Note: See TracChangeset for help on using the changeset viewer.