summaryrefslogtreecommitdiffstats
path: root/chromium-dev-widevine-plugin/build/doinst.sh
blob: fe43d697064b3651564d325794b21987d2408424 (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