summaryrefslogtreecommitdiffstats
path: root/chromium-dev-widevine-plugin/build/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-dev-widevine-plugin/build/doinst.sh')
-rw-r--r--chromium-dev-widevine-plugin/build/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium-dev-widevine-plugin/build/doinst.sh b/chromium-dev-widevine-plugin/build/doinst.sh
new file mode 100644
index 00000000..fe43d697
--- /dev/null
+++ b/chromium-dev-widevine-plugin/build/doinst.sh
@@ -0,0 +1,11 @@
+# Warn user to clean out old configuration:
+if grep -q "START @PRGNAM@" etc/default/@CHROMIUM@ 2>/dev/null ; then
+ echo "**"
+ echo "** Found old configuration for @PRGNAM@ -"
+ echo "** in /etc/default/@CHROMIUM@"
+ echo "** Please remove the block of text in that file,"
+ echo "** enclosed by 'START @PRGNAM@' and 'END @PRGNAM@'"
+ echo "** It is no longer needed."
+ echo "**"
+fi
+