summarylogtreecommitdiffstats
path: root/cewe-fotobuch.install
diff options
context:
space:
mode:
authorJames Crompton2016-08-15 09:50:05 +0200
committerJames Crompton2016-08-15 09:50:05 +0200
commitd4575f3080b58ec40a52cf515ea6eeca3e3b44b5 (patch)
tree18889d177e47796c4e7a4a4649a8bb88f7d3f960 /cewe-fotobuch.install
parent8697077f71e665bfeb9f96b176eecabcbc33b6fd (diff)
downloadaur-d4575f3080b58ec40a52cf515ea6eeca3e3b44b5.tar.gz
Let hooks deal with mime and desktop databases
Diffstat (limited to 'cewe-fotobuch.install')
-rw-r--r--cewe-fotobuch.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/cewe-fotobuch.install b/cewe-fotobuch.install
index f1e1a2f0ca0d..7a6e9d9432fc 100644
--- a/cewe-fotobuch.install
+++ b/cewe-fotobuch.install
@@ -10,20 +10,4 @@ post_install() {
---------------------------------------------------
EOF
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database &> /dev/null
-}
-
-post_upgrade() {
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database &> /dev/null
-}
-
-pre_remove() {
-/bin/true
-}
-
-post_remove() {
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database &> /dev/null
}