summaryrefslogtreecommitdiff
path: root/coherence/gnome-online-accounts/gnome-online-accounts.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 21:59:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-19 21:59:25 -0300
commitfb650d4092577e5bb4b2084703a2254fc83fa00c (patch)
tree11de49efc9ae69fcbec702626c4ee91ee3897117 /coherence/gnome-online-accounts/gnome-online-accounts.install
parentd043ba29f93999ae92724d2196a1aaf3d6a1e548 (diff)
parentec40c4e1c8f3e7e82985dc58bfcdfbe5a139ffa9 (diff)
downloadabslibre-fb650d4092577e5bb4b2084703a2254fc83fa00c.tar.gz
abslibre-fb650d4092577e5bb4b2084703a2254fc83fa00c.tar.bz2
abslibre-fb650d4092577e5bb4b2084703a2254fc83fa00c.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'coherence/gnome-online-accounts/gnome-online-accounts.install')
-rw-r--r--coherence/gnome-online-accounts/gnome-online-accounts.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/coherence/gnome-online-accounts/gnome-online-accounts.install b/coherence/gnome-online-accounts/gnome-online-accounts.install
new file mode 100644
index 000000000..ae4eb5fa7
--- /dev/null
+++ b/coherence/gnome-online-accounts/gnome-online-accounts.install
@@ -0,0 +1,12 @@
+post_install () {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+