mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
merge of '8284970df75a548f065196f3da7fcd70bc8c47b3'
and '8b5b324a1c2f984ac4755fedfc3bf7a66169a6af' Monotone-Parent: 8284970df75a548f065196f3da7fcd70bc8c47b3 Monotone-Parent: 8b5b324a1c2f984ac4755fedfc3bf7a66169a6af Monotone-Revision: 42650c7e11b236bf9b1b25f7089b591ad1af31aa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-19T14:44:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -40,3 +40,8 @@ clean ::
|
||||
distclean :: clean
|
||||
|
||||
uninstall ::
|
||||
@if [ -L "$(SOGO_TEMPLATESDIR)" ]; then \
|
||||
echo "$(SOGO_TEMPLATESDIR) is a symbolic link (for development?). Uninstallation skipped."; \
|
||||
else \
|
||||
rm -rf $(SOGO_TEMPLATESDIR); \
|
||||
fi
|
||||
|
||||
@@ -22,3 +22,8 @@ clean ::
|
||||
distclean :: clean
|
||||
|
||||
uninstall ::
|
||||
@if [ -L "$(SOGO_WEBSERVERRESOURCESDIR)" ]; then \
|
||||
echo "$(SOGO_WEBSERVERRESOURCESDIR) is a symbolic link (for development?). Uninstallation skipped."; \
|
||||
else \
|
||||
rm -rf $(SOGO_WEBSERVERRESOURCESDIR); \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user