Last change
on this file since 7339 was
7339,
checked in by jrpelegrina, 3 years ago
|
Deleted files for the zenity version of the zomando
|
File size:
521 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | set -e |
---|
3 | |
---|
4 | PACKAGE_NAME="lliurex-openmeetings" |
---|
5 | |
---|
6 | case "$1" in |
---|
7 | remove|purge|abort-install|disappear) |
---|
8 | |
---|
9 | ORIGINAL_FILE="/etc/apache2/sites-available/lliurexlab.conf" |
---|
10 | DIVERTED_FILE="/etc/apache2/sites-available/lliurexlab.diverted" |
---|
11 | if [ -e "$DIVERTED_FILE" ] ; then |
---|
12 | rm -f "$ORIGINAL_FILE" |
---|
13 | dpkg-divert --package $PACKAGE_NAME --rename --quiet --remove $ORIGINAL_FILE |
---|
14 | fi |
---|
15 | ;; |
---|
16 | esac |
---|
17 | |
---|
18 | |
---|
19 | # dh_installdeb will replace this with shell code automatically |
---|
20 | |
---|
21 | # generated by other debhelper scripts. |
---|
22 | |
---|
23 | #DEBHELPER# |
---|
24 | |
---|
25 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.