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