view debian/postrm @ 7896:e91e61212aea

on solaris x86, set set default for vidix to 'disabled' (does yet not compile)
author jkeil
date Thu, 24 Oct 2002 18:12:40 +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