diff options
Diffstat (limited to 'pcr/gtg/gtg.install')
-rw-r--r-- | pcr/gtg/gtg.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/gtg/gtg.install b/pcr/gtg/gtg.install new file mode 100644 index 000000000..680702d50 --- /dev/null +++ b/pcr/gtg/gtg.install @@ -0,0 +1,11 @@ +pkgname=gtg + +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -f /usr/share/icons/hicolor +} + +post_upgrade() { + update-desktop-database -q + gtk-update-icon-cache -q -f /usr/share/icons/hicolor +} |