Changeset 1227
- Timestamp:
- 08/31/05 15:55:36 (8 years ago)
- File:
-
- 1 edited
-
trunk/debian/postrm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postrm
r1219 r1227 13 13 } 14 14 15 if [ "$1" = "purge" ] 16 then 15 case "$1" in 16 remove) 17 17 unconfigure /etc/apache/httpd.conf 18 18 unconfigure /etc/apache-ssl/httpd.conf 19 19 unconfigure /usr/share/alternc/install/etc/apache/httpd.conf 20 20 unconfigure /usr/share/alternc/install/etc/apache-ssl/httpd.conf 21 . /etc/alternc/local.sh22 mysql -f -u"$MYSQL_USER" -p"$MYSQL_PASS" -h"$MYSQL_HOST" "$MYSQL_DATABASE" -e "DROP TABLE IF EXISTS mailman"23 21 rm -f /var/alternc/cgi-bin/mailman 24 22 MENUFILE=/var/alternc/bureau/admin/menulist.txt … … 29 27 mv -f $MENUFILE.alternc_mailman $MENUFILE 30 28 fi 31 fi 29 ;; 30 purge) 31 . /etc/alternc/local.sh 32 mysql -f -u"$MYSQL_USER" -p"$MYSQL_PASS" -h"$MYSQL_HOST" "$MYSQL_DATABASE" -e "DROP TABLE IF EXISTS mailman" 33 ;; 34 esac 32 35 # purge 33 36
Note: See TracChangeset
for help on using the changeset viewer.
