Add phpbb
version update
This commit is contained in:
parent
862c0d9ec7
commit
5c12d1fb2a
23 changed files with 115 additions and 5 deletions
0
ressources/phpbb/rootfs/DEBIAN/changelog
Normal file
0
ressources/phpbb/rootfs/DEBIAN/changelog
Normal file
1
ressources/phpbb/rootfs/DEBIAN/conffiles
Normal file
1
ressources/phpbb/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/phpbb/config.php
|
7
ressources/phpbb/rootfs/DEBIAN/control
Normal file
7
ressources/phpbb/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,7 @@
|
|||
Package: phpbb
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: phpbb
|
3
ressources/phpbb/rootfs/DEBIAN/postinst
Executable file
3
ressources/phpbb/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
chown www-data:www-data /var/lib/phpbb -R
|
||||
chown www-data:www-data /var/cache/phpbb -R
|
1
ressources/phpbb/rootfs/etc/phpbb/.gitkeep
Normal file
1
ressources/phpbb/rootfs/etc/phpbb/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
0
ressources/phpbb/rootfs/usr/share/.keep
Normal file
0
ressources/phpbb/rootfs/usr/share/.keep
Normal file
0
ressources/phpbb/rootfs/var/lib/phpbb/.keep
Normal file
0
ressources/phpbb/rootfs/var/lib/phpbb/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue