view debian/postrm @ 8225:c032962b51a1

Add quoting support for string arguments (fix loading of file with space in the name) and add a new command for the console
author albeu
date Mon, 18 Nov 2002 00:11:56 +0000
parents f335b0da380c
children 8689fa04b837
line wrap: on
line source

#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/mplayer/ ]; then
    rm -rf /etc/mplayer/
  fi
fi