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

Commit

Permalink
create default alacritty config in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed Apr 25, 2020
1 parent 32f0f2d commit 5e12a85
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
alacritty (0.4.2-2) unstable; urgency=medium

* Version 0.4.2
* add default package config file to examples

-- Martin Simon <[email protected]> Sat, 25 Apr 2020 00:00:00 +0000

alacritty (0.4.2-1) unstable; urgency=medium

* Version 0.4.2
Expand Down
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ override_dh_auto_install:
install -Dm0644 "extra/logo/alacritty-term.svg" "debian/alacritty/usr/share/pixmaps/com.alacritty.Alacritty.svg"
install -Dm0644 "extra/linux/Alacritty.desktop" "debian/alacritty/usr/share/applications/com.alacritty.Alacritty.desktop"
sed -i 's/Icon=Alacritty/Icon=com.alacritty.Alacritty/g' "debian/alacritty/usr/share/applications/com.alacritty.Alacritty.desktop"

override_dh_installexamples:
dh_installexamples "alacritty.yml"

override_dh_compress:
dh_compress -Xexamples
Empty file modified entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit 5e12a85

Please sign in to comment.