view debian/postrm @ 7468:9360e5203200

use img_format.h instead of wine/mmioFOURCC hack
author arpi
date Sun, 22 Sep 2002 00:10:31 +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