view debian/postrm @ 8256:cde8aaad8198

This file gets created during the wine/svq3 build process.
author diego
date Sat, 23 Nov 2002 11:45:44 +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