diff options
author | root <root@rshg054.dnsready.net> | 2012-06-14 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-14 00:01:48 +0000 |
commit | 35c30674b2b901077a809a6f1d8e5a0115098c8b (patch) | |
tree | bac1c7d0c5b1651fef436eb13be31506b5aa60b1 /community/pcmanfm/pcmanfm.install | |
parent | f46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 (diff) |
Thu Jun 14 00:01:48 UTC 2012
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 +} |