wok diff python-reportlab/receipt @ rev 20121
Remove 3 largest in /usr/share/pixmaps on fs,iso.
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 01:02:51 2017 +0200 (2017-10-15) |
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 Sun Oct 15 01:02:51 2017 +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