Add roundcubemail
This commit is contained in:
parent
dc24c75f94
commit
f6e537824d
9 changed files with 74 additions and 0 deletions
0
ressources/roundcubemail/rootfs/DEBIAN/changelog
Normal file
0
ressources/roundcubemail/rootfs/DEBIAN/changelog
Normal file
1
ressources/roundcubemail/rootfs/DEBIAN/conffiles
Normal file
1
ressources/roundcubemail/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/roundcubemail/config.inc.php
|
8
ressources/roundcubemail/rootfs/DEBIAN/control
Normal file
8
ressources/roundcubemail/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: roundcubemail
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: php-common, php-xml, php-json, php-gd, php-mbstring, php-xml, php-tidy, php-curl, php-tokenizer, php-bcmath, php-intl, php-fpm, php-sqlite3, php-pgsql, php-mysql
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: roundcubemail
|
2
ressources/roundcubemail/rootfs/DEBIAN/postinst
Executable file
2
ressources/roundcubemail/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
chown -R www-data:www-data /var/lib/roundcubemail/
|
Loading…
Add table
Add a link
Reference in a new issue