Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 5, 2023
1 parent ed97130 commit a40fc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/oxide/package
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ oxide() {
replaces=(erode tarnish decay corrupt)
conflicts=(erode tarnish decay corrupt)

package(){
package() {
# System service
install -D -m 644 -t "$pkgdir"/etc/dbus-1/system.d "$srcdir"/release/etc/dbus-1/system.d/codes.eeems.oxide.conf
install -D -m 644 -t "$pkgdir"/lib/systemd/system "$srcdir"/release/etc/systemd/system/tarnish.service
Expand All @@ -57,7 +57,7 @@ oxide() {
install -D -m 644 -t "$pkgdir"/opt/usr/share/applications "$srcdir"/release/opt/usr/share/applications/codes.eeems.corrupt.oxide
}

configure(){
configure() {
systemctl daemon-reload
if ! is-enabled "tarnish.service"; then
echo ""
Expand Down

0 comments on commit a40fc28

Please sign in to comment.