diff options
Diffstat (limited to 'extra/pcmanfm/pcmanfm.install')
-rw-r--r-- | extra/pcmanfm/pcmanfm.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/pcmanfm/pcmanfm.install b/extra/pcmanfm/pcmanfm.install new file mode 100644 index 000000000..98965c989 --- /dev/null +++ b/extra/pcmanfm/pcmanfm.install @@ -0,0 +1,14 @@ +post_install() { + update-mime-database usr/share/mime > /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + + |