From 35c30674b2b901077a809a6f1d8e5a0115098c8b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Jun 2012 00:01:48 +0000 Subject: Thu Jun 14 00:01:48 UTC 2012 --- community/pcmanfm/pcmanfm.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/pcmanfm/pcmanfm.install (limited to 'community/pcmanfm/pcmanfm.install') 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 +} -- cgit v1.2.3-54-g00ecf