wok diff squirrelmail-msg_flags/receipt @ rev 20779
updated cellwriter (1.3.5 -> 1.3.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 14 13:52:33 2019 +0100 (2019-02-14) |
parents | d51b2411e55e |
children | 765360b9ea4b |
line diff
1.1 --- a/squirrelmail-msg_flags/receipt Sat Apr 05 10:12:34 2014 +0000 1.2 +++ b/squirrelmail-msg_flags/receipt Thu Feb 14 13:52:33 2019 +0100 1.3 @@ -30,10 +30,10 @@ 1.4 1.5 post_install() 1.6 { 1.7 - ( cd $1/usr/share/squirrelmail/plugins/$SOURCE 1.8 - patch -p0 < patches/$SOURCE-squirrelmail-$(. $1/$INSTALLED/squirrelmail/receipt; echo $VERSION).diff ) 1.9 - echo "$PACKAGE" >> $1/$INSTALLED/squirrelmail/modifiers 1.10 - echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php 1.11 + ( cd "$1/usr/share/squirrelmail/plugins/$SOURCE" 1.12 + patch -p0 < patches/$SOURCE-squirrelmail-$(. "$1/$INSTALLED/squirrelmail/receipt"; echo $VERSION).diff ) 1.13 + echo "$PACKAGE" >> "$1/$INSTALLED/squirrelmail/modifiers" 1.14 + echo "\$plugins[] = '$SOURCE';" >> "$1/etc/squirrelmail/config_local.php" 1.15 } 1.16 1.17 pre_remove()