view debian-build/postrm @ 10386:f726201d9c5b

Quote all .IPs with more than one argument (necessary!). Do not quote .IPs with just one argument (cosmetics).
author diego
date Sun, 06 Jul 2003 13:05:43 +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