summarylogtreecommitdiffstats
path: root/nautilus-megasync.install
diff options
context:
space:
mode:
authorValHue2016-03-27 13:47:08 +0200
committerValHue2016-03-27 13:47:08 +0200
commit7ee4e4b98f13d9b2f96199c100f3f8d97966adf9 (patch)
treef4c6c621e40fc7f04c59af375c2c2d48e0c046a6 /nautilus-megasync.install
parente03060482f875788519a3eeb72ee287600a29e87 (diff)
downloadaur-7ee4e4b98f13d9b2f96199c100f3f8d97966adf9.tar.gz
Update to 2.8.0-1
Diffstat (limited to 'nautilus-megasync.install')
-rw-r--r--nautilus-megasync.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/nautilus-megasync.install b/nautilus-megasync.install
index de4665dd1b62..22cb049cf316 100644
--- a/nautilus-megasync.install
+++ b/nautilus-megasync.install
@@ -2,14 +2,14 @@
post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_install
}
post_remove() {
- post_install $1
-}
+ post_install
+} \ No newline at end of file