Skip to content

Commit

Permalink
Move the desktop file out of debian, as we use it when installing too
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Mar 2, 2014
1 parent 7bf1fc0 commit dea51db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ ifneq (Windows_NT,$(OS))
$(RM) $(DESTDIR)$(man1dir)/nightingale$(man1ext).gz
ifndef DESTDIR
POST_INSTALL_CMD = xdg-icon-resource install --novendor --size 512 $(DISTDIR)/chrome/icons/default/default.xpm nightingale &&\
xdg-desktop-menu install --novendor $(TOPSRCDIR)/debian/nightingale.desktop
xdg-desktop-menu install --novendor $(TOPSRCDIR)/nightingale.desktop

POST_UNINSTALL_CMD = xdg-icon-resource uninstall --size 512 nightingale &&\
xdg-desktop-menu uninstall $(TOPSRCDIR)/debian/nightingale.desktop
Expand Down
30 changes: 0 additions & 30 deletions debian/nightingale.desktop

This file was deleted.

2 changes: 1 addition & 1 deletion debian/nightingale.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
debian/*.desktop usr/share/applications
*.desktop usr/share/applications
app/branding/hicolor/* usr/share/icons/hicolor

0 comments on commit dea51db

Please sign in to comment.