summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-system.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/LinHES-system.install')
-rw-r--r--abs/core/LinHES-system/LinHES-system.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/LinHES-system/LinHES-system.install b/abs/core/LinHES-system/LinHES-system.install
deleted file mode 100644
index f2185cd..0000000
--- a/abs/core/LinHES-system/LinHES-system.install
+++ /dev/null
@@ -1,12 +0,0 @@
-## arg 1: the new package version
-post_install() {
- /usr/LH/bin/misc_status_config.py
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- /usr/LH/bin/misc_status_config.py
-}
-
-# vim:set ts=2 sw=2 et: