view debian/postrm @ 8890:c9cbfb9d720c

Finally commented out the code for autodetection based on the extension.
author bertrand
date Sat, 11 Jan 2003 14:02:23 +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