[pkg-fso-commits] [SCM] Xglamo, the X server of the Openmoko FreeRunner (GTA02) branch, debian, updated. cd83cb596c94ac85e8054dfc3abebc77616d03ff

Luca Capello luca at pca.it
Sun Sep 28 19:45:26 UTC 2008


The following commit has been merged in the debian branch:
commit cd83cb596c94ac85e8054dfc3abebc77616d03ff
Author: Luca Capello <luca at pca.it>
Date:   Sun Sep 28 21:45:20 2008 +0200

    debian/xserver-xglamo.postinst.in: act on configure/reconfigure

diff --git a/debian/xserver-xglamo.postinst.in b/debian/xserver-xglamo.postinst.in
index 39e761e..f2284f8 100644
--- a/debian/xserver-xglamo.postinst.in
+++ b/debian/xserver-xglamo.postinst.in
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
+if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then
     # reload udev rules if the package is installed
     if [ -x /etc/init.d/udev ]; then
 	invoke-rc.d udev reload 3> /dev/null || true

-- 
Xglamo, the X server of the Openmoko FreeRunner (GTA02)



More information about the pkg-fso-commits mailing list