view debian/postrm @ 7427:f740737c54ce

-zoom will be handled by -vop scale
author arpi
date Tue, 17 Sep 2002 09:55:05 +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