Changeset 82 for trunk/Install/deb
- Timestamp:
- Oct 1, 2017, 9:35:24 PM (7 years ago)
- Location:
- trunk/Install/deb/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/postinst
r76 r82 17 17 18 18 if [ "$1" = "configure" ]; then 19 apache_install ()$@19 apache_install $@ 20 20 fi 21 21 -
trunk/Install/deb/debian/postrm
r76 r82 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.