diff options
Diffstat (limited to 'community/zathura-ps/zathura-ps.install')
-rw-r--r-- | community/zathura-ps/zathura-ps.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/zathura-ps/zathura-ps.install b/community/zathura-ps/zathura-ps.install new file mode 100644 index 000000000..247455a1d --- /dev/null +++ b/community/zathura-ps/zathura-ps.install @@ -0,0 +1,6 @@ +post_install(){ + update-desktop-database -q +} +post_remove(){ + update-desktop-database -q +} |