diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 01:57:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 01:57:36 -0300 |
commit | 0be822175bb3cef0534b9a0597e84ae1ee6374ec (patch) | |
tree | c9a4fb91c61309280fd8201c7cb52789ce02a7c6 /nonprism/gnome-online-accounts/gnome-online-accounts.install | |
parent | 468e115b1432c745ce9ccf06d2fcca6b3cfb7227 (diff) |
remove nonprism suffix and add complex pkgrel on nonprism packages
Diffstat (limited to 'nonprism/gnome-online-accounts/gnome-online-accounts.install')
-rw-r--r-- | nonprism/gnome-online-accounts/gnome-online-accounts.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/gnome-online-accounts/gnome-online-accounts.install b/nonprism/gnome-online-accounts/gnome-online-accounts.install new file mode 100644 index 000000000..525ecff63 --- /dev/null +++ b/nonprism/gnome-online-accounts/gnome-online-accounts.install @@ -0,0 +1,11 @@ +post_install () { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |