view debian/postrm @ 7507:a2173bfdc133

Correction of spelling errors and removal of old code
author anders
date Thu, 26 Sep 2002 10:12:50 +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