Commit cc40da80 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove plugins.dat on uninstallation

parent 47fb7a41
...@@ -456,6 +456,9 @@ install-exec-hook: ...@@ -456,6 +456,9 @@ install-exec-hook:
echo "Cross-compilation: cache generation skipped!" ; \ echo "Cross-compilation: cache generation skipped!" ; \
fi fi
uninstall-hook:
rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"
silentstd = $(silentstd_$(V)) silentstd = $(silentstd_$(V))
silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY)) silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
silentstd_0 = 2>&1 >/dev/null silentstd_0 = 2>&1 >/dev/null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment