manke uninstall now remove all files (.mo files, gajim_about.png and man pages)
This commit is contained in:
parent
98ac1d0dc0
commit
c720be1c3b
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -137,8 +137,10 @@ uninstall:
|
||||||
rm -rf "$(DESTDIR)$(PREFIX)/lib/gajim" # the .so files are here
|
rm -rf "$(DESTDIR)$(PREFIX)/lib/gajim" # the .so files are here
|
||||||
rm -f "$(DESTDIR)$(PREFIX)/bin/gajim" # the bash script
|
rm -f "$(DESTDIR)$(PREFIX)/bin/gajim" # the bash script
|
||||||
rm -f "$(DESTDIR)$(PREFIX)/bin/gajim-remote" # remote-control script
|
rm -f "$(DESTDIR)$(PREFIX)/bin/gajim-remote" # remote-control script
|
||||||
rm -f "$(MANDIR)/man1/gajim.1.gz" # the man page
|
rm -f "$(MANDIR)/man1/gajim.1" # the man page
|
||||||
rm -f "$(MANDIR)/man1/gajim-remote.1.gz" # the man page
|
rm -f "$(MANDIR)/man1/gajim-remote.1" # the man page
|
||||||
rm -f "$(DESTDIR)$(PREFIX)/share/pixmaps/gajim.png" # the icon
|
rm -f "$(DESTDIR)$(PREFIX)/share/pixmaps/gajim.png" # the icon
|
||||||
|
rm -f "$(DESTDIR)$(PREFIX)/share/pixmaps/gajim_about.png" # the icon
|
||||||
rm -f "$(DESTDIR)$(PREFIX)/share/applications/gajim.desktop" #the desktop
|
rm -f "$(DESTDIR)$(PREFIX)/share/applications/gajim.desktop" #the desktop
|
||||||
|
find "$(DESTDIR)$(PREFIX)/share/locale" -name 'gajim.mo' -exec rm {} \; #the .mo files
|
||||||
@echo done uninstalling
|
@echo done uninstalling
|
||||||
|
|
Loading…
Add table
Reference in a new issue