From 5da9d79894ed90f4d74774b32992bf07548e19ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Wed, 21 May 2014 02:58:22 +0200
Subject: [PATCH] Updated hw-detect helper

---
 helpers/make-hw-detect | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-hw-detect b/helpers/make-hw-detect
index 518784d1..9175b472 100644
--- a/helpers/make-hw-detect
+++ b/helpers/make-hw-detect
@@ -31,7 +31,7 @@ START=$(getline "Template: hw-detect/load_media" debian/hw-detect.templates)
 END=$(getline "If you have such media available now, insert it, and continue." debian/hw-detect.templates)
 sed ${START},${END}d debian/hw-detect.templates -i
 
-sed -i '/need_nonfree=1/d' hw-detect.post-base-installer.d/50install-firmware
+sed -i '/non-free/,/^fi$/ d'  hw-detect.post-base-installer.d/50install-firmware
 
 changelog "Rebranded and adapted for Trisquel"
 compile
-- 
GitLab