wok diff squirrelmail-msg_flags/receipt @ rev 20932
updated fop (1.0 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 02 14:33:42 2019 +0100 (2019-03-02) |
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 Sat Mar 02 14:33:42 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()