I use the following patch in a PPA package at
https://launchpad.net/~dominik-stadler/+archive/ubuntu/ppa/+packages to
make it work for me
--- tiger-3.2.4~rc1.orig/debian/postrm
+++ tiger-3.2.4~rc1/debian/postrm
@@ -11,9 +11,8 @@
purge)
for dir in /var/log/tiger/ /var/lib/tiger/work /var/lib/tiger/
/var/run/tiger/
do
- [ -d "$dir" ] && {
- find "$dir" -type d -o -exec rm -f {} \;
- find "$dir" -type d -exec rmdir {} \;
+ [ -d "$dir" ] && {
+ rm -rf "$dir"
}
done
# Do we have any tigerXX files under /var/log/? if so we should remove
On Sun, Jul 7, 2019 at 10:45 PM Debian Bug Tracking System <
[email protected]> wrote:
> Thank you for filing a new Bug report with Debian.
>
> You can follow progress on this Bug here: 931581:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931581.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> Javier Fernández-Sanguino Peña <[email protected]>
>
> If you wish to submit further information on this problem, please
> send it to [email protected].
>
> Please do not send mail to [email protected] unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 931581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931581
> Debian Bug Tracking System
> Contact [email protected] with problems
>