Monotone-Parent: 0c9fe27ffae5ff44e73d7dfca3b188c2ba1c0873

Monotone-Revision: 3053345e3004d3568a69d34023dc2bdf34c4c3b4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-18T16:47:49
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-11-18 16:47:49 +00:00
parent 4775e4188c
commit 70947fe367
1 changed files with 5 additions and 0 deletions

View File

@ -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