From 33a2be7377667c3bd4f80472d3422ad1151b7ce6 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 24 Sep 2013 20:08:57 -0500 Subject: LinHES-system: remove old LinHES-system.install and add install_canter_font.sh to system.install --- abs/core/LinHES-system/LinHES-system.install | 13 ------------- abs/core/LinHES-system/PKGBUILD | 2 +- abs/core/LinHES-system/system.install | 3 +++ 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 abs/core/LinHES-system/LinHES-system.install diff --git a/abs/core/LinHES-system/LinHES-system.install b/abs/core/LinHES-system/LinHES-system.install deleted file mode 100644 index 87ee8a9..0000000 --- a/abs/core/LinHES-system/LinHES-system.install +++ /dev/null @@ -1,13 +0,0 @@ -## arg 1: the new package version -post_install() { - /usr/LH/bin/misc_status_config.py - /usr/LH/bin/install_canter_font.sh -} - -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - post_install -} - -# vim:set ts=2 sw=2 et: diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 92ff85e..f47284f 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=8.0 -pkgrel=21 +pkgrel=22 arch=('i686' 'x86_64') install=system.install pkgdesc="Everything that makes LinHES an automated system" diff --git a/abs/core/LinHES-system/system.install b/abs/core/LinHES-system/system.install index 662e271..c354e9e 100644 --- a/abs/core/LinHES-system/system.install +++ b/abs/core/LinHES-system/system.install @@ -18,6 +18,9 @@ post_install() { # Add db entry for misc status in MythWeb # not needed in R8 because it's in the DB, may be removed #/usr/LH/bin/misc_status_config.py + + # install canter font for msg_client.py + /usr/LH/bin/install_canter_font.sh } # arg 1: the new package version -- cgit v0.12