Add back the newline character at the end of files (#18)
Reviewed-on: #18
This commit is contained in:
parent
1c40099be8
commit
6e124a74f0
2
Makefile
2
Makefile
|
@ -9,4 +9,4 @@ remove:
|
|||
pamac-installer --remove tromjaro-fixes
|
||||
|
||||
clean:
|
||||
$(RM) -rf src/ pkg/ *.tar.xz
|
||||
$(RM) -rf src/ pkg/ *.tar.xz
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -55,4 +55,4 @@ package() {
|
|||
install -d ${pkgdir}/etc/profile.d/
|
||||
install -Dm644 ${srcdir}/tromjaro-fixes.sh ${pkgdir}/etc/profile.d/
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,4 +8,4 @@ Target = *
|
|||
[Action]
|
||||
Description = Refreshing the chaotic-aur keyring...
|
||||
When = PreTransaction
|
||||
Exec = /usr/bin/fix-chaotic-keyring
|
||||
Exec = /usr/bin/fix-chaotic-keyring
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
pacman-key --populate chaotic
|
||||
pacman-key --populate chaotic
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[Context]
|
||||
filesystems=~/.themes;
|
||||
filesystems=~/.themes;
|
||||
|
|
|
@ -14,4 +14,4 @@ export LESS_TERMCAP_us=$'\e[1;32m'
|
|||
export LESS_TERMCAP_ue=$'\e[0m'
|
||||
|
||||
# Disable the beep sound
|
||||
xset b off
|
||||
xset b off
|
||||
|
|
Loading…
Reference in New Issue
Block a user