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

Andrea Scarpino andrea at archlinux.org
Wed Oct 24 08:51:28 UTC 2012


    Date: Wednesday, October 24, 2012 @ 04:51:28
  Author: andrea
Revision: 169603

Generate faces (FS#32193)

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

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

Modified: kdebase-workspace.install
===================================================================
--- kdebase-workspace.install	2012-10-24 07:58:11 UTC (rev 169602)
+++ kdebase-workspace.install	2012-10-24 08:51:28 UTC (rev 169603)
@@ -4,6 +4,7 @@
 	chown -R 135:135 var/lib/kdm &>/dev/null
 	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
     update-desktop-database -q
+    genkdmconf --no-old --no-backup &>/dev/null
 }
 
 post_upgrade() {
@@ -22,4 +23,8 @@
 	  groupdel kdm
 	fi
 	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+
+    if [ -d usr/share/apps/kdm/faces ]; then
+        rm -r usr/share/apps/kdm/faces
+    fi
 }




More information about the arch-commits mailing list