diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-29 20:10:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-29 20:10:02 (GMT) |
commit | 822ebc824685b558d6baa1fe81d2ce58e2235808 (patch) | |
tree | 3b1d87f0954420908590e2be793c71c178d55382 /abs/core/LinHES-config/config.install | |
parent | 95144ae80ab0a96d02c11d4219f6841f59acf5fa (diff) | |
download | linhes_pkgbuild-822ebc824685b558d6baa1fe81d2ce58e2235808.zip linhes_pkgbuild-822ebc824685b558d6baa1fe81d2ce58e2235808.tar.gz linhes_pkgbuild-822ebc824685b558d6baa1fe81d2ce58e2235808.tar.bz2 |
LinHES config: several changes here
- added modules config_xml calling this will setup config.xml for mythtv and root user
- install_db_chroot.sh will now generate the default settings and load them into a table
- mv_install now calles myth_settings_wrapper.sh to load the default db
Diffstat (limited to 'abs/core/LinHES-config/config.install')
-rw-r--r-- | abs/core/LinHES-config/config.install | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/abs/core/LinHES-config/config.install b/abs/core/LinHES-config/config.install index fb905fb..2da71ff 100644 --- a/abs/core/LinHES-config/config.install +++ b/abs/core/LinHES-config/config.install @@ -26,19 +26,11 @@ pre_upgrade() { # arg 1: the new package version # arg 2: the old package version post_upgrade() { - . /etc/profile - ps -ef|grep mysqld|grep -v grep - status=$? - echo "status $status" - if [ $status = 0 ] + if [ ! -f /etc/blacklist.package ] then - restore_default_settings.sh -c load + echo "List of packages to ignore" > /etc/blacklist.package + echo "one package per line" >> /etc/blacklist.package fi - if [ ! -f /etc/blacklist.package ] - then - echo "List of packages to ignore" > /etc/blacklist.package - echo "one package per line" >> /etc/blacklist.package - fi cat /etc/LinHES-release > /etc/os_myth_release if [ ! -f /usr/share/mythtv/config.xml ] |