diff options
Diffstat (limited to 'community/tellico/tellico.install')
-rw-r--r-- | community/tellico/tellico.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/tellico/tellico.install b/community/tellico/tellico.install new file mode 100644 index 000000000..3b3aff7d9 --- /dev/null +++ b/community/tellico/tellico.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |