]> git.sesse.net Git - vlc/commitdiff
Remove plugins.dat on uninstallation
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 28 Jan 2012 11:14:53 +0000 (13:14 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 28 Jan 2012 11:14:53 +0000 (13:14 +0200)
Makefile.am

index 44057f0372365b7397df7551c446c837379373f8..c34b99eab54a2a93fb5b4ab10bfa76fc0fa5ed21 100644 (file)
@@ -456,6 +456,9 @@ install-exec-hook:
                echo "Cross-compilation: cache generation skipped!" ; \
        fi
 
+uninstall-hook:
+       rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"
+
 silentstd = $(silentstd_$(V))
 silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
 silentstd_0 = 2>&1 >/dev/null