view debian/postrm @ 8450:8cfc9309f0cc

notice vo driver about skipped/dropped frames patch by Alvaro Lopes <alvieboy@alvie.com>
author arpi
date Sat, 14 Dec 2002 17:12:40 +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