summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-08 16:19:16 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-08 16:22:54 +0100
commite1be5a468dece00603de4722d50916b21d2a83e8 (patch)
tree0a34844e79384c1e2e16c99ce0bbe9c5f32691cf /Kernel
parent33d34d9b26c0168a5ca8355263b4f7b05f3e78e1 (diff)
downloadserenity-e1be5a468dece00603de4722d50916b21d2a83e8.zip
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
Diffstat (limited to 'Kernel')
-rwxr-xr-xKernel/sync.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh
index 57dc880f50..ed72b7a0f6 100755
--- a/Kernel/sync.sh
+++ b/Kernel/sync.sh
@@ -54,14 +54,13 @@ cp -v ../Terminal/Terminal mnt/bin/Terminal
cp -v ../FontEditor/FontEditor mnt/bin/FontEditor
cp -v ../Launcher/Launcher mnt/bin/Launcher
cp -v ../Clock/Clock mnt/bin/Clock
-ln -s FontEditor mnt/bin/ff
-ln -s Clock mnt/bin/cl
+cp -v ../Userland/pape mnt/bin/pape
cp -v ../Userland/dmesg mnt/bin/dmesg
cp -v ../Userland/chmod mnt/bin/chmod
cp -v ../Userland/top mnt/bin/top
-sh sync-local.sh
cp -v kernel.map mnt/
ln -s dir_a mnt/dir_cur
ln -s nowhere mnt/bad_link
+sh sync-local.sh
umount mnt
sync