Author: fabbione Date: 2004-10-23 22:52:42 -0500 (Sat, 23 Oct 2004) New Revision: 93
Modified: xorg-lib-fs/trunk/debian/CHANGESETS xorg-lib-fs/trunk/debian/libfs6.postrm Log: * Fix call to ldconfig in postrm. Modified: xorg-lib-fs/trunk/debian/CHANGESETS =================================================================== --- xorg-lib-fs/trunk/debian/CHANGESETS 2004-10-23 11:55:34 UTC (rev 92) +++ xorg-lib-fs/trunk/debian/CHANGESETS 2004-10-24 03:52:42 UTC (rev 93) @@ -30,4 +30,7 @@ For some reasons debhelper doesn't like X? 90 +* Fix call to ldconfig in postrm. + 93 + vim:set ai et sts=4 sw=4 tw=80: Modified: xorg-lib-fs/trunk/debian/libfs6.postrm =================================================================== --- xorg-lib-fs/trunk/debian/libfs6.postrm 2004-10-23 11:55:34 UTC (rev 92) +++ xorg-lib-fs/trunk/debian/libfs6.postrm 2004-10-24 03:52:42 UTC (rev 93) @@ -3,7 +3,7 @@ set -e -if [ "$1" = "configure" ]; then +if [ "$1" = "remove" ]; then ldconfig fi