view debian-build/postrm @ 10960:673705a8b09a

Small correction from Stanislaw Klekot <dozzie@wp.pl>
author eyck
date Mon, 29 Sep 2003 11:06:13 +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