[wireless-regdb] 36/38: Remove obsolete postinst script

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Dec 4 23:56:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository wireless-regdb.

commit 5c57af2f71964f08928ea70b223aaee95f85d773
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Dec 4 23:33:21 2016 +0000

    Remove obsolete postinst script
---
 debian/changelog |  1 +
 debian/postinst  | 12 ------------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bafbf29..13c1b70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ wireless-regdb (2016.06.10-1) UNRELEASED; urgency=medium
   * debian/copyright: Change Source to HTTP-S URL
   * Use debhelper compatibility level 9
   * debian/control: Update Standards-Version to 3.9.8; no changes needed
+  * Remove obsolete postinst script
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 30 Aug 2015 13:04:15 +0100
 
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index eccf3c2..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
-    { egrep -s -l '^[[:space:]]*REGDOMAIN=EU\b' /etc/default/crda ;
-      egrep -s -l '^[[:space:]]*options[[:space:]]+cfg80211\b.*\bieee80211_regdom=EU\b' /etc/modprobe.conf /etc/modprobe.d/*.conf; } | \
-    while read conf; do
-	echo >&2 "W: $conf selects the 'EU' wireless regulatory domain, which no longer exists."
-	echo >&2 "W: It should be changed to select a specific country (ISO 3166 alpha-2 code)."
-    done
-fi
-
-#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/wireless-regdb.git



More information about the Kernel-svn-changes mailing list