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

Re: debfoster, deborphan share a keep file



Hi Ivo!

On Fri, 02 Feb 2001, Ivo Timmermans wrote:

> Indeed, and that's a bug.

I see you fixed this in pre6-1. How about this patch:


--- postrm.orig	Sun Feb  4 02:47:18 2001
+++ postrm	Sun Feb  4 02:47:36 2001
@@ -8,7 +8,7 @@
 		echo "want to remove this file?  ($KEEPERS) [Y/n]"
 		read answer
 		case $answer in
-			y|Y|Yes|YES|yes)
+			y|Y|Yes|YES|yes|"")
 				rm -f $KEEPERS
 			;;
 			*)
@@ -17,3 +17,7 @@
 		esac
 	fi
 fi
+
+# Here debhelper should add it's stuff if any:
+#DEBHELPER#
+


Changes should be obvious.

HTH
					yours,
					peter
-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
    messages preferred.    | : :' :    By professionals,
                           | `. `'      for professionals
 http://www.palfrader.org/ |   `-    http://www.debian.org/



Reply to: