Author: fabbione Date: 2004-10-23 06:45:13 -0500 (Sat, 23 Oct 2004) New Revision: 91
Added: xorg-lib-xau/trunk/debian/libxau6.postinst xorg-lib-xau/trunk/debian/libxau6.postrm Modified: xorg-lib-xau/trunk/debian/CHANGESETS Log: * Add libxau6.postinst and postrm. For some reasons debhelper doesn't like X? Modified: xorg-lib-xau/trunk/debian/CHANGESETS =================================================================== --- xorg-lib-xau/trunk/debian/CHANGESETS 2004-10-23 11:40:13 UTC (rev 90) +++ xorg-lib-xau/trunk/debian/CHANGESETS 2004-10-23 11:45:13 UTC (rev 91) @@ -20,4 +20,8 @@ - Remove call to symlinks target. 87 +* Add libxau6.postinst and postrm. + For some reasons debhelper doesn't like X? + 91 + vim:set ai et sts=4 sw=4 tw=80: Added: xorg-lib-xau/trunk/debian/libxau6.postinst =================================================================== --- xorg-lib-xau/trunk/debian/libxau6.postinst 2004-10-23 11:40:13 UTC (rev 90) +++ xorg-lib-xau/trunk/debian/libxau6.postinst 2004-10-23 11:45:13 UTC (rev 91) @@ -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-xau/trunk/debian/libxau6.postinst ___________________________________________________________________ Name: svn:executable + * Name: svn:keywords + Id Added: xorg-lib-xau/trunk/debian/libxau6.postrm =================================================================== --- xorg-lib-xau/trunk/debian/libxau6.postrm 2004-10-23 11:40:13 UTC (rev 90) +++ xorg-lib-xau/trunk/debian/libxau6.postrm 2004-10-23 11:45:13 UTC (rev 91) @@ -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-xau/trunk/debian/libxau6.postrm ___________________________________________________________________ Name: svn:executable + * Name: svn:keywords + Id