summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-system.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2012-09-03 18:06:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2012-09-03 18:06:58 (GMT)
commit4ce51f94fe711b9088813e556c7e1e24fe43cb70 (patch)
tree1f299fc8eff2613b4f1057fc3b4154e759175280 /abs/core/LinHES-system/LinHES-system.install
parenta261b10e32d0353c9a0720fa0528e372376eb81c (diff)
downloadlinhes_pkgbuild-4ce51f94fe711b9088813e556c7e1e24fe43cb70.zip
linhes_pkgbuild-4ce51f94fe711b9088813e556c7e1e24fe43cb70.tar.gz
linhes_pkgbuild-4ce51f94fe711b9088813e556c7e1e24fe43cb70.tar.bz2
LinHES-system: remove dup .install
remove old fluxbox keys update as we now use keylaunch
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: