Skip to content
Snippets Groups Projects
Commit 501b474b authored by Bdale Garbee's avatar Bdale Garbee
Browse files

remove prerm stanza that breaks merged-/usr systems

parent d6bcc300
Branches
Tags debian/1.30+dfsg-6
No related merge requests found
tar (1.30+dfsg-6) unstable; urgency=medium
* eliminate ancient prerm cleanup code that breaks with merged /usr,
and is no longer considered useful, closes: #926722
-- Bdale Garbee <bdale@gag.com> Tue, 23 Apr 2019 10:05:54 -0600
tar (1.30+dfsg-5) unstable; urgency=medium
* change libexecdir in configure to /usr/sbin, closes: #760247, #919493
......
......@@ -4,9 +4,6 @@ set -e
case "$1" in
remove|deconfigure)
update-alternatives --remove rmt /usr/sbin/rmt-tar
if test -L /sbin/rmt && test /sbin/rmt -ef /usr/sbin/rmt; then
rm -f /sbin/rmt
fi
;;
upgrade|failed-upgrade)
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment