summaryrefslogtreecommitdiffstats
path: root/chromium-widevine-plugin/build/doinst.sh
blob: 0d184097207b2dfecda5a6655ceea02803ff3048 (plain)
1
2
3
4
5
6
7
8
9
10
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