view debian-build/postrm @ 12543:2cbc9f1f728f

Support dvd://start_title-end_title as requested on wishlist Patch by adland
author rtognimp
date Mon, 07 Jun 2004 18:58:08 +0000
parents 33f43b0f24f7
children
line wrap: on
line source

#!/bin/sh

set -e

if [ "$1" = "purge" ]; then
  if [ -d /etc/mplayer/ ]; then
    rm -rf /etc/mplayer/
  fi
fi