view debian-build/postrm @ 11254:f42b8a99a5e0

make 'your system is too slow' appear only once
author iive
date Thu, 23 Oct 2003 22:44:25 +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