diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-25 01:08:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-25 01:08:57 (GMT) |
commit | 33a2be7377667c3bd4f80472d3422ad1151b7ce6 (patch) | |
tree | ca81993c36b0c981fc3cd7890b5666994cd66b38 | |
parent | 5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229 (diff) | |
download | linhes_pkgbuild-33a2be7377667c3bd4f80472d3422ad1151b7ce6.zip linhes_pkgbuild-33a2be7377667c3bd4f80472d3422ad1151b7ce6.tar.gz linhes_pkgbuild-33a2be7377667c3bd4f80472d3422ad1151b7ce6.tar.bz2 |
LinHES-system: remove old LinHES-system.install and add install_canter_font.sh to system.install
-rw-r--r-- | abs/core/LinHES-system/LinHES-system.install | 13 | ||||
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/LinHES-system/system.install | 3 |
3 files changed, 4 insertions, 14 deletions
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 |