view debian/postrm @ 7945:32939f2b3d2e

Fixed stupid bug relating to multiple cards on athlons
author mswitch
date Mon, 28 Oct 2002 17:08:37 +0000
parents f335b0da380c
children 8689fa04b837
line wrap: on
line source

#!/bin/sh

set -e

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