enable fontconfig support by default. This change takes only in effect,
[mplayer/glamo.git] / debian / postrm
blob5cfa18c857ed8bd006eb2fbc3e954045eb69e7d5
1 #!/bin/sh
3 set -e
5 if [ "$1" = "purge" ]; then
6 if [ -e /usr/share/debconf/confmodule ]; then
7 # Source debconf library.
8 . /usr/share/debconf/confmodule
9 # Remove my changes to the db.
10 db_purge
13 if [ -d /etc/mplayer/ ]; then
14 rm -rf /etc/mplayer/
18 #DEBHELPER#