X Strike Force XOrg SVN commit: r94 - xorg-lib-xau/trunk/debian
Author: fabbione
Date: 2004-10-23 22:53:22 -0500 (Sat, 23 Oct 2004)
New Revision: 94
Modified:
xorg-lib-xau/trunk/debian/CHANGESETS
xorg-lib-xau/trunk/debian/libxau6.postrm
Log:
* Fix call to ldconfig in postrm.
Modified: xorg-lib-xau/trunk/debian/CHANGESETS
===================================================================
--- xorg-lib-xau/trunk/debian/CHANGESETS 2004-10-24 03:52:42 UTC (rev 93)
+++ xorg-lib-xau/trunk/debian/CHANGESETS 2004-10-24 03:53:22 UTC (rev 94)
@@ -24,4 +24,7 @@
For some reasons debhelper doesn't like X?
91
+* Fix call to ldconfig in postrm.
+ 94
+
vim:set ai et sts=4 sw=4 tw=80:
Modified: xorg-lib-xau/trunk/debian/libxau6.postrm
===================================================================
--- xorg-lib-xau/trunk/debian/libxau6.postrm 2004-10-24 03:52:42 UTC (rev 93)
+++ xorg-lib-xau/trunk/debian/libxau6.postrm 2004-10-24 03:53:22 UTC (rev 94)
@@ -3,7 +3,7 @@
set -e
-if [ "$1" = "configure" ]; then
+if [ "$1" = "remove" ]; then
ldconfig
fi
Reply to: