- Timestamp:
- Jun 5, 2018, 11:41:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-openmeetings/trunk/fuentes/debian/lliurex-openmeetings.prerm
r635 r7339 7 7 remove|purge|abort-install|disappear) 8 8 9 ORIGINAL_FILE="/etc/apache2/sites-available/lliurexlab "9 ORIGINAL_FILE="/etc/apache2/sites-available/lliurexlab.conf" 10 10 DIVERTED_FILE="/etc/apache2/sites-available/lliurexlab.diverted" 11 if [ ! -r"$DIVERTED_FILE" ] ; then11 if [ -e "$DIVERTED_FILE" ] ; then 12 12 rm -f "$ORIGINAL_FILE" 13 13 dpkg-divert --package $PACKAGE_NAME --rename --quiet --remove $ORIGINAL_FILE
Note: See TracChangeset
for help on using the changeset viewer.