view debian-build/postrm @ 11592:bbf3898360e7

removed the historic libcss support
author alex
date Mon, 08 Dec 2003 21:34:05 +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