view debian/postrm @ 7854:d6c29d863f15

dvd chapter detect function from Gregory Kovriga
author pontscho
date Tue, 22 Oct 2002 22:45: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