view debian/postrm @ 7750:3a2b4bf47dbc

use standard gsm fourcc 'agsm' instead of msgsm id 0x31 patch by Ross
author arpi
date Wed, 16 Oct 2002 15:15:43 +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