summarylogtreecommitdiffstats
path: root/amarok.install
diff options
context:
space:
mode:
authorfrealgagu2018-11-09 12:10:35 -0500
committerfrealgagu2018-11-09 12:10:35 -0500
commit0ab91a2512d59ba77a9c97f44ac2047a09469f24 (patch)
treedf7774256914585cedd09596251e71e1862b0c3b /amarok.install
parentc0d48ae1b0a0c86a91655065501f5b564c6bdeee (diff)
downloadaur-0ab91a2512d59ba77a9c97f44ac2047a09469f24.tar.gz
Adding libssh-gnutls dependency to fix bug at start.
Diffstat (limited to 'amarok.install')
-rw-r--r--amarok.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok.install b/amarok.install
index 81ce5c4b01cf..5c501dc49916 100644
--- a/amarok.install
+++ b/amarok.install
@@ -1,12 +1,12 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}