Changeset 17123


Ignore:
Timestamp:
Jul 12, 2012, 1:16:05 AM (14 years ago)
Author:
obi
Message:

fix

Location:
ipk/source.sh4
Files:
5 edited

Legend:

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

    r15520 r17123  
    2323fi
    2424
     25echo "restore default settings"
     26cp -a /etc/titan.restore/etc/titan/bouquets.* /var/etc/titan
     27cp -a /etc/titan.restore/etc/titan/channel /var/etc/titan
     28cp -a /etc/titan.restore/etc/titan/provider /var/etc/titan
     29cp -a /etc/titan.restore/etc/titan/satellites /var/etc/titan
     30cp -a /etc/titan.restore/etc/titan/transponder /var/etc/titan
     31
    2532echo "Rebooting Box in 10s..."
    2633sleep 5
  • ipk/source.sh4/titansettings_default_sat_1_0/CONTROL/postrm

    r12781 r17123  
    2323fi
    2424
     25echo "restore default settings"
     26cp -a /etc/titan.restore/etc/titan/bouquets.* /var/etc/titan
     27cp -a /etc/titan.restore/etc/titan/channel /var/etc/titan
     28cp -a /etc/titan.restore/etc/titan/provider /var/etc/titan
     29cp -a /etc/titan.restore/etc/titan/satellites /var/etc/titan
     30cp -a /etc/titan.restore/etc/titan/transponder /var/etc/titan
     31
    2532echo "Rebooting Box in 10s..."
    2633sleep 5
  • ipk/source.sh4/titansettings_matze70_sat19_1_0/CONTROL/postrm

    r15106 r17123  
    2323fi
    2424
     25echo "restore default settings"
     26cp -a /etc/titan.restore/etc/titan/bouquets.* /var/etc/titan
     27cp -a /etc/titan.restore/etc/titan/channel /var/etc/titan
     28cp -a /etc/titan.restore/etc/titan/provider /var/etc/titan
     29cp -a /etc/titan.restore/etc/titan/satellites /var/etc/titan
     30cp -a /etc/titan.restore/etc/titan/transponder /var/etc/titan
     31
    2532echo "Rebooting Box in 10s..."
    2633sleep 5
  • ipk/source.sh4/titansettings_matze70neueDesign_sat19_1_0/CONTROL/postrm

    r15107 r17123  
    2323fi
    2424
     25echo "restore default settings"
     26cp -a /etc/titan.restore/etc/titan/bouquets.* /var/etc/titan
     27cp -a /etc/titan.restore/etc/titan/channel /var/etc/titan
     28cp -a /etc/titan.restore/etc/titan/provider /var/etc/titan
     29cp -a /etc/titan.restore/etc/titan/satellites /var/etc/titan
     30cp -a /etc/titan.restore/etc/titan/transponder /var/etc/titan
     31
    2532echo "Rebooting Box in 10s..."
    2633sleep 5
  • ipk/source.sh4/titanskins_default/CONTROL/postrm

    r16391 r17123  
    1414        sync
    1515fi
     16
     17echo "restore default skin"
     18ln -s /lib/titan/default /var/usr/local/share/titan/skin/default
     19
    1620exit 0
Note: See TracChangeset for help on using the changeset viewer.