view debian-build/postrm @ 11367:c404cdbb8472

change misleading messages as discussed... at least they're better than before, where "progressive"/"telecine" meant the opposite of what they should!
author rfelker
date Mon, 03 Nov 2003 02:13:05 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/mplayer/ ]; then
    rm -rf /etc/mplayer/
  fi
fi