Skip to content

Commit

Permalink
fix(unicorn-{mobile,desktop}-git): include bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Aug 9, 2023
1 parent 952e699 commit 7d9b6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/unicorn-desktop-git/unicorn-desktop-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ package() {
for i in xfce4 plank autostart ulauncher; do
sudo cp -r "${i}" "${pkgdir}/etc/skel/.config"
done
sudo install -Dm644 ".bashrc" -t "${pkgdir}/etc/skel"
sudo install -Dm755 "startunicorn" -t "${pkgdir}/usr/bin"
sudo install -Dm755 "unicorn-session" -t "${pkgdir}/usr/bin"
sudo install -Dm755 ".xinitrc" -t "${pkgdir}/etc/xdg/xdg-unicorn"
Expand Down
1 change: 1 addition & 0 deletions packages/unicorn-mobile-git/unicorn-mobile-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ package() {
for i in xfce4 plank autostart ulauncher; do
sudo cp -r "${i}" "${pkgdir}/etc/skel/.config"
done
sudo install -Dm644 ".bashrc" -t "${pkgdir}/etc/skel"
sudo install -Dm755 "startunicorn" -t "${pkgdir}/usr/bin"
sudo install -Dm755 "unicorn-session" -t "${pkgdir}/usr/bin"
sudo install -Dm755 ".xinitrc" -t "${pkgdir}/etc/xdg/xdg-unicorn"
Expand Down

0 comments on commit 7d9b6b3

Please sign in to comment.