view debian-build/postrm @ 11240:5403367c7032

removed the stdcall convention
author alex
date Wed, 22 Oct 2003 20:58:46 +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