view debian/postrm @ 8134:63364178ff56

divx_vbr.c now GPL, small parts rephrased.
author diego
date Sat, 09 Nov 2002 02:22:19 +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