aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-23 23:01:20 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-24 12:10:48 -0300
commit40e7319ed9ed86c7a5eef20ea14ceb7832068c28 (patch)
tree24a7c99fa5408aef48ce7328b6efa6064149b04c
parentzoom.profile: whitelist ~/.config/zoom.conf (#5596) (diff)
downloadfirejail-40e7319ed9ed86c7a5eef20ea14ceb7832068c28.tar.gz
firejail-40e7319ed9ed86c7a5eef20ea14ceb7832068c28.tar.zst
firejail-40e7319ed9ed86c7a5eef20ea14ceb7832068c28.zip
build: remove gtksourceview language-spec on uninstall
It is currently only used on the "install" target. This amends commit 16afd8c8e ("Add basic gtksourceview language-spec (#5502)", 2022-12-04).
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b1f4a1fbc..119bf6b4b 100644
--- a/Makefile
+++ b/Makefile
@@ -201,6 +201,7 @@ uninstall: config.mk
201 rm -f $(DESTDIR)$(datarootdir)/zsh/site-functions/_firejail 201 rm -f $(DESTDIR)$(datarootdir)/zsh/site-functions/_firejail
202 rm -f $(DESTDIR)$(datarootdir)/vim/vimfiles/ftdetect/firejail.vim 202 rm -f $(DESTDIR)$(datarootdir)/vim/vimfiles/ftdetect/firejail.vim
203 rm -f $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax/firejail.vim 203 rm -f $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax/firejail.vim
204 rm -f $(DESTDIR)$(datarootdir)/gtksourceview-5/language-specs/firejail-profile.lang
204 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038." 205 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038."
205 206
206DISTFILES = \ 207DISTFILES = \