~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to debian/mplayer.postrm

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2008-09-22 11:01:26 UTC
  • Revision ID: james.westby@ubuntu.com-20080922110126-nwinsbfa5otgu0no
Tags: 1.0~rc2-18
* fix oCERT-2008-013 Mplayer real demuxer heap.
  Thanks to Felipe Andres Manzano, Andrea Barisani,
   Steffen Joeris, Reimar Döffinger. (Closes: #500683).
* Clean lintian warnings:
   build-depend on libgif-dev instead of libungif4-dev
   build-depend on x11proto-core-dev instead of x-dev 
   depends on  debconf | debconf-2.0
* Up standard to 3.8.0.0
   support DEB_BUILD_OPTIONS="parallel=n"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = "purge" ]; then
 
6
        if [ -d /etc/mplayer/ ]; then
 
7
                rm -rf /etc/mplayer/
 
8
        fi
 
9
fi
 
10
 
 
11
#DEBHELPER#