view debian/postrm @ 7261:ec187e86b20b

pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW) small hack - but other possible solutions are even worse :)
author arpi
date Tue, 03 Sep 2002 21:40:30 +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