view debian-build/postrm @ 12691:0230544f52a1

Fix GUI compilation, patch by Reimar Dffinger and Alexander Strasser.
author diego
date Sat, 26 Jun 2004 13:26:11 +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