feat(moonarch-git): add moonup symlink for moonarch-update
All checks were successful
Build and publish packages / build-and-publish (push) Successful in 10s
All checks were successful
Build and publish packages / build-and-publish (push) Successful in 10s
This commit is contained in:
parent
1b2b566ff8
commit
afcc3a5a05
@ -141,8 +141,9 @@ package() {
|
|||||||
# --- Helper scripts -> /usr/bin/ ---
|
# --- Helper scripts -> /usr/bin/ ---
|
||||||
install -Dm755 defaults/bin/moonarch-* -t "$pkgdir/usr/bin/"
|
install -Dm755 defaults/bin/moonarch-* -t "$pkgdir/usr/bin/"
|
||||||
|
|
||||||
# moonarch-update
|
# moonarch-update + shorthand alias
|
||||||
install -Dm755 scripts/moonarch-update "$pkgdir/usr/bin/moonarch-update"
|
install -Dm755 scripts/moonarch-update "$pkgdir/usr/bin/moonarch-update"
|
||||||
|
ln -s moonarch-update "$pkgdir/usr/bin/moonup"
|
||||||
|
|
||||||
# awww compatibility symlinks (waypaper calls swww)
|
# awww compatibility symlinks (waypaper calls swww)
|
||||||
ln -sf /usr/bin/awww "$pkgdir/usr/bin/swww"
|
ln -sf /usr/bin/awww "$pkgdir/usr/bin/swww"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user