This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix terminfo file extension, man postinstall
- Loading branch information
1 parent
d735ee9
commit 7939115
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
alacritty (0.8.0-3) unstable; urgency=medium | ||
|
||
* Fix Alacritty terminfo file extension | ||
* Fix postinstall man | ||
|
||
-- Martin Simon <[email protected]> Wed, 19 May 2021 00:00:00 +0000 | ||
|
||
alacritty (0.8.0-2) unstable; urgency=medium | ||
|
||
* Fix Alacritty terminfo file installation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/alacritty 20 \ | ||
--slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz /usr/local/share/man/man1/alacritty.1.gz | ||
set -e | ||
|
||
update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator \ | ||
/usr/bin/alacritty 20 --slave /usr/share/man/man1/x-terminal-emulator.1.gz \ | ||
x-terminal-emulator.1.gz /usr/share/man/man1/alacritty.1.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
update-alternatives --remove x-terminal-emulator /usr/bin/alacritty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters