[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XOrg SVN commit: r92 - xorg-lib-xdmcp/trunk/debian



Author: fabbione
Date: 2004-10-23 06:55:34 -0500 (Sat, 23 Oct 2004)
New Revision: 92

Added:
   xorg-lib-xdmcp/trunk/debian/libxdmcp6.postinst
   xorg-lib-xdmcp/trunk/debian/libxdmcp6.postrm
Modified:
   xorg-lib-xdmcp/trunk/debian/CHANGESETS
Log:
* Add libxdmcp6.postinst and postrm.
  For some reasons debhelper doesn't like X?



Modified: xorg-lib-xdmcp/trunk/debian/CHANGESETS
===================================================================
--- xorg-lib-xdmcp/trunk/debian/CHANGESETS	2004-10-23 11:45:13 UTC (rev 91)
+++ xorg-lib-xdmcp/trunk/debian/CHANGESETS	2004-10-23 11:55:34 UTC (rev 92)
@@ -20,4 +20,8 @@
     - Remove call to symlinks target.
     88
 
+* Add libxdmcp6.postinst and postrm.
+  For some reasons debhelper doesn't like X?
+    92
+
 vim:set ai et sts=4 sw=4 tw=80:

Added: xorg-lib-xdmcp/trunk/debian/libxdmcp6.postinst
===================================================================
--- xorg-lib-xdmcp/trunk/debian/libxdmcp6.postinst	2004-10-23 11:45:13 UTC (rev 91)
+++ xorg-lib-xdmcp/trunk/debian/libxdmcp6.postinst	2004-10-23 11:55:34 UTC (rev 92)
@@ -0,0 +1,14 @@
+#!/bin/sh
+# $Id$
+
+set -e
+
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#
+
+exit 0
+
+# vim:set ai et sts=4 sw=4 tw=80:


Property changes on: xorg-lib-xdmcp/trunk/debian/libxdmcp6.postinst
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id

Added: xorg-lib-xdmcp/trunk/debian/libxdmcp6.postrm
===================================================================
--- xorg-lib-xdmcp/trunk/debian/libxdmcp6.postrm	2004-10-23 11:45:13 UTC (rev 91)
+++ xorg-lib-xdmcp/trunk/debian/libxdmcp6.postrm	2004-10-23 11:55:34 UTC (rev 92)
@@ -0,0 +1,14 @@
+#!/bin/sh
+# $Id$
+
+set -e
+
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+
+#DEBHELPER#
+
+exit 0
+
+# vim:set ai et sts=4 sw=4 tw=80:


Property changes on: xorg-lib-xdmcp/trunk/debian/libxdmcp6.postrm
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id



Reply to: