view debian-build/postrm @ 10298:4053e9c22c88

apple and gnu style support at the same time (ok, choosen at compile time) -- now altivec works under osx too -- bug noted by Steven Schultz
author alex
date Tue, 17 Jun 2003 22:16:00 +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