view debian/postrm @ 8827:fcb81202c8ad

sync'ed title's section with encoding.html
author nicolas
date Mon, 06 Jan 2003 17:58:17 +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