diff --git a/helpers/make-command-not-found b/helpers/make-command-not-found
index 7b153ff25c0f0aa423029c953087625f8316c287..1f841f7a5f1d52e9a31a281bece50c7ab7795a04 100644
--- a/helpers/make-command-not-found
+++ b/helpers/make-command-not-found
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
@@ -28,8 +28,6 @@ for word in restricted nonfree multiverse aee afio app-install-data-commercial a
   /bin/sed "/name: .*$word.*/,+3d" -i CommandNotFound/db/dists/$UPSTREAM*/*/cnf/Commands-*
 done
 
-#sed 's/|universe|/|main|/' -i ./UnifiedDataExtractor/scan.data
-
 changelog "Removed references to non-free software"
 
 compile