Mercurial > mplayer.hg
view debian/postrm @ 17361:62dd9493d896
1.1193: [does not apply]
1.1192: minor grammar/punctuation on lavc's keyint option
1.1191: further wording fix for uspp
1.1190: Support vme=8 (iterative overlapped block).
1.1189: Include the snow wavelet comparison functions from DOCS/tech/snow.txt
1.1188: wording
1.1187: Add bidir_refine to lavc's set of options, and document it.
author | kraymer |
---|---|
date | Wed, 11 Jan 2006 23:03:50 +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#