mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ca1122805a
from WetterOnline for the users zip code. Dies ist ein kleines Plugin fur SM welches das aktuelle Wette von WetterOnline anhand der eigenen Postleitzahl anzeigt. WWW: http://www.squirrelmail.org PR: ports/93152 Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
6 lines
391 B
Plaintext
6 lines
391 B
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin wetteronline; fi
|
|
%%SQUIRRELDIR%%/plugins/wetteronline/README
|
|
%%SQUIRRELDIR%%/plugins/wetteronline/setup.php
|
|
@dirrm %%SQUIRRELDIR%%/plugins/wetteronline/
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin wetteronline; fi
|