summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-07-14 18:02:50 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-07-14 18:02:50 +0300
commit4394ec38b664e2e3d8923b3130454484e87e55ec (patch)
treea5f0b359d85f2914c38a276416d59813bbccfdb5 /Makefile.in
parentClean up contributed code for Redis SM (diff)
Don't forget to remove Lua scripts on uninstall
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ebef18b..48dca7d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,6 +58,9 @@ JSDIR = $(PRIVDIR)/js
# /usr/lib/ejabberd/priv/sql
SQLDIR = $(PRIVDIR)/sql
+# /usr/lib/ejabberd/priv/lua
+LUADIR = $(PRIVDIR)/lua
+
# /var/lib/ejabberd/
SPOOLDIR = $(DESTDIR)@localstatedir@/lib/ejabberd
@@ -283,6 +286,8 @@ uninstall-binary:
rm -fr $(JSDIR)
rm -f $(SQLDIR)/*.sql
rm -fr $(SQLDIR)
+ rm -fr $(LUADIR)/*.lua
+ rm -fr $(LUADIR)
rm -fr $(PRIVDIR)
rm -fr $(EJABBERDDIR)