view debian-build/postrm @ 10542:928c02fa9949

fix the bug where only the last file of the command line is found
author pl
date Fri, 08 Aug 2003 20:07:38 +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