Skip to content
Snippets Groups Projects
Commit 709b4036 authored by Dmitry Shachnev's avatar Dmitry Shachnev
Browse files

Apply a similar fix to debian/python.prerm.in

parent 13c4adbe
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ python-defaults (2.7.3-3) UNRELEASED; urgency=low ...@@ -10,8 +10,8 @@ python-defaults (2.7.3-3) UNRELEASED; urgency=low
apropriate dependency/rt* script arguments apropriate dependency/rt* script arguments
[ Dmitry Shachnev ] [ Dmitry Shachnev ]
* debian/python.postrm.in: Handle purge command the same way as remove * debian/python.{pre,post}rm.in: Handle purge command the same way as
(thanks to Mitsuya Shibata for the bug report) remove (thanks to Mitsuya Shibata for the bug report)
-- Piotr Ożarowski <piotr@debian.org> Fri, 31 Aug 2012 18:06:26 +0200 -- Piotr Ożarowski <piotr@debian.org> Fri, 31 Aug 2012 18:06:26 +0200
......
#! /bin/sh #! /bin/sh
set -e set -e
case "$1" in case "$1" in remove|purge)
remove)
rm -f /usr/share/python/pyversions.py[co] rm -f /usr/share/python/pyversions.py[co]
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment