view debian/postrm @ 7825:52818222a8be

endianness fixes for mach64 vidix driver patch by (Colin Leroy <colin at colino dot net>)
author michael
date Mon, 21 Oct 2002 16:57:02 +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