[arch-commits] Commit in android-file-transfer/trunk (android-file-transfer.install)

Anatol Pomozov anatolik at archlinux.org
Thu Feb 18 17:11:11 UTC 2016


    Date: Thursday, February 18, 2016 @ 18:11:10
  Author: anatolik
Revision: 162373

upgpkg: android-file-transfer 2.4-2

Add missing *.install file

Added:
  android-file-transfer/trunk/android-file-transfer.install

-------------------------------+
 android-file-transfer.install |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Added: android-file-transfer.install
===================================================================
--- android-file-transfer.install	                        (rev 0)
+++ android-file-transfer.install	2016-02-18 17:11:10 UTC (rev 162373)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}



More information about the arch-commits mailing list