Changeset 10914
- Timestamp:
- 11/02/11 13:36:57 (11 years ago)
- Location:
- ipk/source.sh4/titanswappicons_grey/CONTROL
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/titanswappicons_grey/CONTROL/control
r10816 r10914 1 1 Package: enigma2-plugin-picons-grey 2 Version: 1. 22 Version: 1.3 3 3 Architecture: sh4 4 4 OE: Grey Picons for Titan -
ipk/source.sh4/titanswappicons_grey/CONTROL/postrm
r9829 r10914 1 1 #!/bin/sh 2 2 TMP=/tmp/.picon 3 4 if [ -e /var/swap/titanpicons.backup ]; then 5 echo "restore old /var/swap/titanpicons.backup.grey > /var/swap/titanpicons" 6 mv /var/swap/titanpicons.backup.grey /var/swap/titanpicons 7 fi 3 8 4 9 echo "successfully removed" -
ipk/source.sh4/titanswappicons_grey/CONTROL/preinst
r9831 r10914 38 38 fi 39 39 40 if [ -e /var/swap/titanpicons ]; then 41 echo "backup old /var/swap/titanpicons > /var/swap/titanpicons.backup.grey" 42 mv /var/swap/titanpicons /var/swap/titanpicons.backup.grey 43 fi 44 40 45 rm -rf /var/usr/local/share/titan/picons 41 46 ln -s /var/swap/titanpicons /var/usr/local/share/titan/picons -
ipk/source.sh4/titanswappicons_grey/CONTROL/prerm
r9829 r10914 4 4 sync 5 5 6 echo "removing hd picons for Astra 23.5..."6 echo "removing hd picons for Astra 19.2 ..." 7 7 exit 0
Note: See TracChangeset
for help on using the changeset viewer.