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