mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: c1d0200c4b60b6258231cb033e48e83ccd97ed4e
Monotone-Revision: 0c9fe27ffae5ff44e73d7dfca3b188c2ba1c0873 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-18T16:44:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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