- Change config check, otherwise there is leftovers in plugins
Notified by: ionbot
This commit is contained in:
parent
0781048dbf
commit
f10bfe3fb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214260
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# $GKHeader: squirrelmail/bsd.squirrelmail.mk,v 1.14 2008/05/29 13:00:54 tabthorpe Exp $
|
||||
# $GKHeader: squirrelmail/bsd.squirrelmail.mk,v 1.16 2008/06/03 15:10:08 tabthorpe Exp $
|
||||
#
|
||||
# Common code for squirrelmail plugins.
|
||||
#
|
||||
|
@ -62,7 +62,7 @@ do-install:
|
|||
|
||||
post-install:
|
||||
.ifndef WITHOUT_ACTIVATE
|
||||
.if exists( ${SQUIRRELDIR}/config/conf.pl )
|
||||
.if exists( ${SQUIRRELDIR}/config/conf.php )
|
||||
@${ECHO_CMD} "Activating plug-in in SquirrelMail"
|
||||
${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue