wok diff squirrelmail-notes/receipt @ rev 2353

cyrus-imapd: typo in init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:35:57 2009 +0000 (2009-03-05)
parents 832fbd50a37d
children f81e47267992
line diff
     1.1 --- a/squirrelmail-notes/receipt	Sun Feb 15 22:52:54 2009 +0000
     1.2 +++ b/squirrelmail-notes/receipt	Thu Mar 05 08:35:57 2009 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4  	echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
     1.5  }
     1.6  
     1.7 -post_remove()
     1.8 +pre_remove()
     1.9  {
    1.10  	sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php
    1.11  }