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

Andrea Scarpino andrea at archlinux.org
Tue May 3 07:32:15 UTC 2011


    Date: Tuesday, May 3, 2011 @ 03:32:14
  Author: andrea
Revision: 122231

build cache database of MIME types

Modified:
  kdebase-workspace/trunk/kdebase-workspace.install

---------------------------+
 kdebase-workspace.install |    2 ++
 1 file changed, 2 insertions(+)

Modified: kdebase-workspace.install
===================================================================
--- kdebase-workspace.install	2011-05-03 06:24:35 UTC (rev 122230)
+++ kdebase-workspace.install	2011-05-03 07:32:14 UTC (rev 122231)
@@ -3,6 +3,7 @@
 	useradd -u 135 -g kdm -d /var/lib/kdm -s /bin/false -r -M kdm &>/dev/null
 	chown -R 135:135 var/lib/kdm &>/dev/null
 	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+    update-desktop-database -q
 }
 
 post_upgrade() {
@@ -10,6 +11,7 @@
 	getent passwd kdm >/dev/null 2>&1 || useradd -u 135 -g kdm -d /var/lib/kdm -s /bin/false -r -M kdm &>/dev/null
 	chown -R 135:135 var/lib/kdm &>/dev/null
 	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
 }
 
 post_remove() {




More information about the arch-commits mailing list