view debian/postrm @ 7485:d772e0caac7b

put some comemnts into teh generated help_mp.h file
author arpi
date Sun, 22 Sep 2002 16:37:08 +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