diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-25 22:46:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-25 22:46:48 (GMT) |
commit | dc65e60e492c511ea26487522bdbd503109cc705 (patch) | |
tree | fab460bb2680e3cab6042e7be2d765a23c7a6c0e /abs/core | |
parent | 0a759a5c99085665905a76637dc257cb15902975 (diff) | |
download | linhes_pkgbuild-dc65e60e492c511ea26487522bdbd503109cc705.zip linhes_pkgbuild-dc65e60e492c511ea26487522bdbd503109cc705.tar.gz linhes_pkgbuild-dc65e60e492c511ea26487522bdbd503109cc705.tar.bz2 |
linhes-system. modify .install file so that the cron link created for myth_mtc.sh doesn't end in .sh. Sometimes runparts will skip .sh files
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/LinHES-system/LinHES.install | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/LinHES.install b/abs/core/LinHES-system/LinHES.install index 0f6689e..c9950f2 100644 --- a/abs/core/LinHES-system/LinHES.install +++ b/abs/core/LinHES-system/LinHES.install @@ -12,11 +12,14 @@ MVDIR=/usr/LH/bin # ln -s $MVDIR/backup_job /etc/cron.daily/backup_cron # ln -s $MVDIR/update_system /etc/cron.daily/xupdate_system_cron # ln -s $MVDIR/repo_sync.sh /etc/cron.daily/zrepo_sync.sh - if [ ! -e /etc/cron.daily/myth_mtc.sh ] + if [ ! -e /etc/cron.daily/myth_mtc ] then - ln -s $MVDIR/myth_mtc.sh /etc/cron.daily/myth_mtc.sh + ln -s $MVDIR/myth_mtc.sh /etc/cron.daily/myth_mtc + fi + if [ -e /etc/cron.daily/myth_mtc.sh ] + then + rm -f /etc/cron.daily/myth_mtc.sh fi - #LINE="mythtv ALL = NOPASSWD: /sbin/sv stop mythbackend" LINE="mythtv ALL=(ALL) NOPASSWD: ALL" LINE1="%wheel ALL=(ALL) NOPASSWD: ALL" @@ -55,6 +58,9 @@ sed -i.orig 's/^Mod1 x :.*xterm.*$/Mod1 x :ExecCommand tvterm.sh/g' \ ~mythtv/.fluxbox/keys pkill -HUP fluxbox + + + } # arg 1: the new package version |