Changeset 857
- Timestamp:
- Apr 15, 2019, 10:43:12 PM (6 years ago)
- Location:
- trunk/Install/deb/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/control
r853 r857 10 10 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, php, dbconfig-mysql, fping, htmldoc, php-mbstring 11 11 Description: Web interface for ISP network management 12 HomePage: http ://svn.zdechov.net/trac/centrala12 HomePage: https://app.zdechov.net/isp-central -
trunk/Install/deb/debian/install
r853 r857 1 1 *.php usr/share/isp-central 2 2 *.ico usr/share/isp-central 3 .htaccess usr/share/isp-central a3 .htaccess usr/share/isp-central 4 4 5 5 Modules usr/share/isp-central -
trunk/Install/deb/debian/postinst
r853 r857 14 14 [ -d /etc/apache2/conf.d/ ] && [ ! -L /etc/apache2/conf.d/isp-central.conf ] && ln -s ../conf-available/isp-central.conf /etc/apache2/conf.d/isp-central.conf 15 15 fi 16 apache2_invoke enmod rewrite 16 17 } 17 18
Note:
See TracChangeset
for help on using the changeset viewer.