view debian-build/postrm @ 10729:07870312c054

while we are at it: geometry support for xmga
author attila
date Sun, 31 Aug 2003 12:57:27 +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