view debian/postrm @ 8743:68a0f5e77257

10l, geometry always returns 1. i think this is the correct fix.
author rfelker
date Fri, 03 Jan 2003 18:01:49 +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