Mercurial > mplayer.hg
view debian-build/postrm @ 12003:48f1b211f43b
replace set_periods and set_period_size with their _near cousins
author | henry |
---|---|
date | Fri, 27 Feb 2004 17:03:08 +0000 |
parents | 33f43b0f24f7 |
children |
line wrap: on
line source
#!/bin/sh set -e if [ "$1" = "purge" ]; then if [ -d /etc/mplayer/ ]; then rm -rf /etc/mplayer/ fi fi