Changeset 1019


Ignore:
Timestamp:
04/25/06 06:47:54 (7 years ago)
Author:
anarcat
Message:

remove override apache conf symlink on remove, not purge, and on
postrm, not pre

Location:
trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/postrm

    r1018 r1019  
    2222    #rm -rf /var/alternc/html 
    2323    rm -rf /var/alternc/apacheconf 
    24     rm -f /etc/apache/conf.d/override.php.conf 
    2524    ;; 
    2625  remove|upgrade|failed-upgrade|abort-install|abort-upgrade) 
     26    rm -f /etc/apache/conf.d/override.php.conf 
    2727    ;; 
    2828  disappear) 
  • trunk/debian/prerm

    r910 r1019  
    1919    rmdir -p /var/alternc/html/a/admin 2> /dev/null || true 
    2020    rmdir -p /var/alternc/html/r/root 2> /dev/null || true 
    21     rm -f /var/alternc/apacheconf/override_php.conf 
    2221    ;; 
    2322 
Note: See TracChangeset for help on using the changeset viewer.