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

Jiachen Yang farseerfc at archlinux.org
Sun Dec 20 09:17:44 UTC 2015


    Date: Sunday, December 20, 2015 @ 10:17:44
  Author: farseerfc
Revision: 153753

Commiting toxic.install

Added:
  toxic/trunk/toxic.install

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

Added: toxic.install
===================================================================
--- toxic.install	                        (rev 0)
+++ toxic.install	2015-12-20 09:17:44 UTC (rev 153753)
@@ -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