Author: branden Date: 2003-07-30 17:28:26 -0500 (Wed, 30 Jul 2003) New Revision: 342
Modified: branches/4.3.0/sid/debian/xlibosmesa4.postinst.in branches/4.3.0/sid/debian/xlibosmesa4.postrm.in Log: debian/xlibosmesa4.post{inst,rm}.in: fix lingering self-references to "xlibosmesa3" Modified: branches/4.3.0/sid/debian/xlibosmesa4.postinst.in ============================================================================== --- branches/4.3.0/sid/debian/xlibosmesa4.postinst.in 2003-07-30 22:24:54 UTC (rev 341) +++ branches/4.3.0/sid/debian/xlibosmesa4.postinst.in 2003-07-30 22:28:26 UTC (rev 342) @@ -1,5 +1,5 @@ #!/bin/sh -# Debian xlibosmesa3 package post-installation script +# Debian xlibosmesa4 package post-installation script # Copyright 1998-2001 Branden Robinson. # Licensed under the GNU General Public License, version 2. See the file # /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>. @@ -7,7 +7,7 @@ set -e -THIS_PACKAGE=xlibosmesa3 +THIS_PACKAGE=xlibosmesa4 THIS_SCRIPT=postinst #INCLUDE_SHELL_LIB# Modified: branches/4.3.0/sid/debian/xlibosmesa4.postrm.in ============================================================================== --- branches/4.3.0/sid/debian/xlibosmesa4.postrm.in 2003-07-30 22:24:54 UTC (rev 341) +++ branches/4.3.0/sid/debian/xlibosmesa4.postrm.in 2003-07-30 22:28:26 UTC (rev 342) @@ -1,5 +1,5 @@ #!/bin/sh -# Debian xlibosmesa3 package post-removal script +# Debian xlibosmesa4 package post-removal script # Copyright 1998-2001 Branden Robinson. # Licensed under the GNU General Public License, version 2. See the file # /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>. @@ -7,7 +7,7 @@ set -e -THIS_PACKAGE=xlibosmesa3 +THIS_PACKAGE=xlibosmesa4 THIS_SCRIPT=postrm #INCLUDE_SHELL_LIB#