view debian/postrm @ 7921:7ca10ce8b7bd

please never edit this file with a windows editor. it will make it un-runable on an unix-system!!!
author jaf
date Fri, 25 Oct 2002 17:42:20 +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