diff options
Diffstat (limited to 'autoscripts/prerm-doc')
-rw-r--r-- | autoscripts/prerm-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-doc b/autoscripts/prerm-doc index 05abb495..bd778683 100644 --- a/autoscripts/prerm-doc +++ b/autoscripts/prerm-doc @@ -1,4 +1,4 @@ -if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/#PACKAGE# +if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/#PACKAGE# ] then rm -f /usr/doc/#PACKAGE# fi |