source: ipk/source.sh4/titanswappicons_transparent/CONTROL/postrm@ 12191

Last change on this file since 12191 was 11203, checked in by madie, 15 years ago

[ipk] add titanpicons transparent

File size: 288 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.picon
3
4if [ -e /var/swap/titanpicons.backup ]; then
5 echo "restore old /var/swap/titanpicons.backup.transparent > /var/swap/titanpicons"
6 mv /var/swap/titanpicons.backup.transparent /var/swap/titanpicons
7fi
8
9echo "successfully removed"
10echo "syncing disk"
11sync
12exit 0
Note: See TracBrowser for help on using the repository browser.