Date: Saturday, February 14, 2015 @ 22:23:12
  Author: jleclanche
Revision: 127720

pcmanfm-qt: Add missing pcmanfm-qt.install file

Added:
  pcmanfm-qt/trunk/pcmanfm-qt.install

--------------------+
 pcmanfm-qt.install |   11 +++++++++++
 1 file changed, 11 insertions(+)

Added: pcmanfm-qt.install
===================================================================
--- pcmanfm-qt.install                          (rev 0)
+++ pcmanfm-qt.install  2015-02-14 21:23:12 UTC (rev 127720)
@@ -0,0 +1,11 @@
+post_install() {
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install $1
+}
+
+post_remove() {
+       post_install $1
+}

Reply via email to