view debian/postrm @ 8710:ba369c754b36

motion estimation pre pass
author michael
date Thu, 02 Jan 2003 01:38:35 +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