Changeset 853 for trunk/Install/deb/debian/postrm
- Timestamp:
- Mar 18, 2018, 12:03:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/postrm
r850 r853 1 1 #!/bin/sh 2 # postrm script for centrala2 # postrm script for isp-central 3 3 4 4 set -e … … 9 9 if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then 10 10 . /usr/share/apache2/apache2-maintscript-helper 11 apache2_invoke disconf centrala11 apache2_invoke disconf isp-central 12 12 elif [ "$COMMON_STATE" = "installed" ] || [ "$COMMON_STATE" = "unpacked" ] ; then 13 rm -f /etc/apache2/conf.d/ centrala.conf13 rm -f /etc/apache2/conf.d/isp-central.conf 14 14 fi 15 15 16 rm -f /etc/apache2/conf-available/ centrala.conf16 rm -f /etc/apache2/conf-available/isp-central.conf 17 17 } 18 18
Note:
See TracChangeset
for help on using the changeset viewer.