source:
lliurex-mirror/trunk/fuentes/debian/lliurex-mirror-core.prerm
@
246
Last change on this file since 246 was 246, checked in by , 5 years ago | |
---|---|
File size: 369 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | MIRROR_DIR="/net/mirror" |
4 | HTTP_DIR="/var/www/mirror" |
5 | DEFAULT_CONF="llx1406.conf" |
6 | |
7 | HTTP_ADMIN_DIR="/var/www/lliurex-mirror" |
8 | |
9 | case $1 in |
10 | remove|purge) |
11 | a2dissite mirror || true |
12 | a2dissite lliurex-mirror || true |
13 | a2dissite lliurex-mirror-redirect || true |
14 | |
15 | service apache2 reload || true |
16 | ;; |
17 | *) |
18 | echo "Nothing to do" |
19 | ;; |
20 | esac |
21 | |
22 | #DEBHELPER# |
Note: See TracBrowser
for help on using the repository browser.