view debian/postrm @ 7361:c3865710b53d

fixed >2GB files demuxing patch by Ilkka Forsblom <Ilkka.Forsblom@helsinki.fi>
author arpi
date Tue, 10 Sep 2002 20:42:45 +0000 (2002-09-10)
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