Mercurial > mplayer.hg
view debian/postrm @ 13342:dbe255cbae71
Cumulative patch:
1.718: Audio output driver suboptions documented
1.717: Consistency fixes, spelling
1.716: All video driver suboptions documented, gif and tga examples
+ Diego suggestions/fixies on above patches, and on previous commit
+ small Nroff formating fixes
author | gpoirier |
---|---|
date | Wed, 15 Sep 2004 13:08:53 +0000 |
parents | 02309ce6fc22 |
children |
line wrap: on
line source
#!/bin/sh set -e if [ "$1" = "purge" ]; then if [ -e /usr/share/debconf/confmodule ]; then # Source debconf library. . /usr/share/debconf/confmodule # Remove my changes to the db. db_purge fi if [ -d /etc/mplayer/ ]; then rm -rf /etc/mplayer/ fi fi #DEBHELPER#