Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
🚸 Add bt.desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
NNBnh committed May 18, 2021
1 parent 54209f3 commit d4a8f3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ install:
@cp -p bin/bt $(PREFIX)/bin/
@cp -p bin/bt-app $(PREFIX)/bin/
@cp -p man/bt.1 $(MANDIR)/man1/
@cp -p bt.desktop /usr/share/applications/bt.desktop

@chmod 755 $(PREFIX)/bin/bt
@chmod 755 $(PREFIX)/bin/bt-app
@chmod 755 /usr/share/applications/bt.desktop


uninstall:
@rm -rf $(PREFIX)/bin/bt
@rm -rf $(PREFIX)/bin/bt-app
@rm -rf $(MANDIR)/man1/bt.1*
@rm -rf /usr/share/applications/bt.desktop
8 changes: 8 additions & 0 deletions bt.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=BT
Comment=ST terminal that SuperB
Exec="bt-app"
Icon=utilities-terminal
Terminal=false
Type=Application
Categories=System;TerminalEmulator;

0 comments on commit d4a8f3c

Please sign in to comment.