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

X Strike Force XOrg SVN commit: r90 - xorg-lib-fs/trunk/debian



Author: fabbione
Date: 2004-10-23 06:40:13 -0500 (Sat, 23 Oct 2004)
New Revision: 90

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



Modified: xorg-lib-fs/trunk/debian/CHANGESETS
===================================================================
--- xorg-lib-fs/trunk/debian/CHANGESETS	2004-10-22 17:24:39 UTC (rev 89)
+++ xorg-lib-fs/trunk/debian/CHANGESETS	2004-10-23 11:40:13 UTC (rev 90)
@@ -26,4 +26,8 @@
     - Create required symlinks.
     86
 
+* Add libfs6.postinst and postrm.
+  For some reasons debhelper doesn't like X?
+    90
+
 vim:set ai et sts=4 sw=4 tw=80:

Added: xorg-lib-fs/trunk/debian/libfs6.postinst
===================================================================
--- xorg-lib-fs/trunk/debian/libfs6.postinst	2004-10-22 17:24:39 UTC (rev 89)
+++ xorg-lib-fs/trunk/debian/libfs6.postinst	2004-10-23 11:40:13 UTC (rev 90)
@@ -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-fs/trunk/debian/libfs6.postinst
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id

Added: xorg-lib-fs/trunk/debian/libfs6.postrm
===================================================================
--- xorg-lib-fs/trunk/debian/libfs6.postrm	2004-10-22 17:24:39 UTC (rev 89)
+++ xorg-lib-fs/trunk/debian/libfs6.postrm	2004-10-23 11:40:13 UTC (rev 90)
@@ -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-fs/trunk/debian/libfs6.postrm
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id



Reply to: