[arch-commits] Commit in pcmanfm-qt/trunk (pcmanfm-qt.install)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 21:23:12 UTC 2015


    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
+}



More information about the arch-commits mailing list