wok diff python-reportlab/receipt @ rev 19080
Up tazpanel (591)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Apr 28 23:50:34 2016 +0200 (2016-04-28) |
parents | 1067bb7f1e24 |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/python-reportlab/receipt Wed Dec 16 15:49:50 2015 +0100 1.2 +++ b/python-reportlab/receipt Thu Apr 28 23:50:34 2016 +0200 1.3 @@ -37,7 +37,7 @@ 1.4 # Remove old package. 1.5 post_install() 1.6 { 1.7 - [ ! -d $1/var/lib/tazpkg/installed/reportlab ] || 1.8 - rm -rf $1/var/lib/tazpkg/installed/reportlab 1.9 + [ ! -d "$1/var/lib/tazpkg/installed/reportlab" ] || 1.10 + rm -rf "$1/var/lib/tazpkg/installed/reportlab" 1.11 } 1.12