view debian-build/postrm @ 12709:bd90b887fb13

avoid visuals with low color-depth. Based on idea from Timo Kanera (timo (at) kanera (dot) de).
author reimar
date Sun, 27 Jun 2004 20:45:08 +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