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

Andrea Scarpino andrea at archlinux.org
Tue Jun 7 06:40:16 UTC 2011


    Date: Tuesday, June 7, 2011 @ 02:40:16
  Author: andrea
Revision: 126752

add update-desktop-database to install scriptlet

Modified:
  kdepim-runtime/trunk/kdepim-runtime.install

------------------------+
 kdepim-runtime.install |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: kdepim-runtime.install
===================================================================
--- kdepim-runtime.install	2011-06-07 06:38:45 UTC (rev 126751)
+++ kdepim-runtime.install	2011-06-07 06:40:16 UTC (rev 126752)
@@ -1,6 +1,7 @@
 post_install() {
 	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 	update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
 }
 
 post_upgrade() {
@@ -9,4 +10,4 @@
 
 post_remove() {
 	post_install
-}
\ No newline at end of file
+}




More information about the arch-commits mailing list