Ignore:
Timestamp:
Mar 18, 2018, 12:03:56 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Changed name of the project in deb package to isp-central.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/postrm

    r850 r853  
    11#!/bin/sh
    2 # postrm script for centrala
     2# postrm script for isp-central
    33
    44set -e
     
    99        if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
    1010                . /usr/share/apache2/apache2-maintscript-helper
    11                 apache2_invoke disconf centrala
     11                apache2_invoke disconf isp-central
    1212        elif [ "$COMMON_STATE" = "installed" ] || [ "$COMMON_STATE" = "unpacked" ] ; then
    13                 rm -f /etc/apache2/conf.d/centrala.conf
     13                rm -f /etc/apache2/conf.d/isp-central.conf
    1414        fi
    1515
    16         rm -f /etc/apache2/conf-available/centrala.conf
     16        rm -f /etc/apache2/conf-available/isp-central.conf
    1717}
    1818
Note: See TracChangeset for help on using the changeset viewer.