summaryrefslogtreecommitdiffstats
path: root/chromium-widevine-plugin
diff options
context:
space:
mode:
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