summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-system.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-25 01:08:57 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-25 01:08:57 (GMT)
commit33a2be7377667c3bd4f80472d3422ad1151b7ce6 (patch)
treeca81993c36b0c981fc3cd7890b5666994cd66b38 /abs/core/LinHES-system/LinHES-system.install
parent5b40bd4b5ba9fb5b7b79c4009a245bb2b63d4229 (diff)
downloadlinhes_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
Diffstat (limited to 'abs/core/LinHES-system/LinHES-system.install')
-rw-r--r--abs/core/LinHES-system/LinHES-system.install13
1 files changed, 0 insertions, 13 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: