summarylogtreecommitdiffstats
path: root/hydrogen.install
diff options
context:
space:
mode:
authorChristopher Arndt2017-08-23 11:20:46 +0200
committerChristopher Arndt2017-08-23 11:20:46 +0200
commitabfa92db2b68ea2f21191d9785ad4670d16eb530 (patch)
tree5571b4d844e03aa6f9cd32f23c45266a999801c3 /hydrogen.install
parent57351a4cd6d7b69b85d13d5cfe45225cf689dcc6 (diff)
downloadaur-abfa92db2b68ea2f21191d9785ad4670d16eb530.tar.gz
Now depends on qt5 instead qt4; adde missing libarchive dependency; removed obsolete install file; fixed man page install path
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'hydrogen.install')
-rw-r--r--hydrogen.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/hydrogen.install b/hydrogen.install
deleted file mode 100644
index ef354d1f58a7..000000000000
--- a/hydrogen.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: