summaryrefslogtreecommitdiffstats
path: root/chromium-widevine-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-11-01 17:00:39 +0000
committer Eric Hameleers <alien@slackware.com>2017-11-01 17:00:39 +0000
commitc4559b32d2b5e4e8a12c69754602e4263e16e9fb (patch)
tree5603a177d8617a6ed766bdd5ab4b35a6042d9b9d /chromium-widevine-plugin
parent2a08afcfccb6ce3ffb7e94d1b34b8b1094dc6b26 (diff)
downloadasb-c4559b32d2b5e4e8a12c69754602e4263e16e9fb.tar.gz
asb-c4559b32d2b5e4e8a12c69754602e4263e16e9fb.tar.xz
chromium-widevine-plugin: share one doinst.sh script with the -dev version
Diffstat (limited to 'chromium-widevine-plugin')
-rw-r--r--chromium-widevine-plugin/build/doinst.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium-widevine-plugin/build/doinst.sh b/chromium-widevine-plugin/build/doinst.sh
index 0d184097..fe43d697 100644
--- a/chromium-widevine-plugin/build/doinst.sh
+++ b/chromium-widevine-plugin/build/doinst.sh
@@ -1,10 +1,10 @@
# Warn user to clean out old configuration:
-if grep -q "START @PRGNAM@" etc/default/chromium 2>/dev/null ; then
+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 "** in /etc/default/@CHROMIUM@"
echo "** Please remove the block of text in that file,"
- echo "** Enclosed by 'START @PRGNAM@' and 'END @PRGNAM@'"
+ echo "** enclosed by 'START @PRGNAM@' and 'END @PRGNAM@'"
echo "** It is no longer needed."
echo "**"
fi