Changeset 850
- Timestamp:
- Oct 4, 2017, 10:15:57 PM (7 years ago)
- Location:
- trunk/Install/deb/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/conf/apache.conf
r842 r850 5 5 <Directory /usr/share/centrala> 6 6 DirectoryIndex index.php 7 AllowOverride All 7 8 </Directory> -
trunk/Install/deb/debian/control
r842 r850 1 1 Source: centrala 2 2 Maintainer: Chronos <robie@centrum.cz> 3 Section: devel3 Section: web 4 4 Priority: optional 5 5 Standards-Version: 1.0.0 -
trunk/Install/deb/debian/install
r842 r850 1 1 *.php usr/share/centrala 2 2 *.ico usr/share/centrala 3 .htaccess usr/share/centrala 3 4 4 5 Modules usr/share/centrala -
trunk/Install/deb/debian/postinst
r842 r850 17 17 18 18 if [ "$1" = "configure" ]; then 19 apache_install ()$@19 apache_install $@ 20 20 fi 21 21 -
trunk/Install/deb/debian/postrm
r842 r850 18 18 19 19 if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then 20 apache_remove ()$120 apache_remove $1 21 21 fi 22 22
Note:
See TracChangeset
for help on using the changeset viewer.