Skip to content

Commit 50a1d49

Browse files
committed
Update script added, use script path
1 parent f98d32a commit 50a1d49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
2-
kpackagetool5 -i .
2+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
3+
kpackagetool5 -i $SCRIPT_DIR
34
cp ./FancyTasks.png ~/.local/share/icons/hicolor/256x256/apps/FancyTasks.png

update.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
3+
kpackagetool5 -u $SCRIPT_DIR
4+
kquitapp5 plasmashell
5+
kstart5 plasmashell
6+
cp ./FancyTasks.png ~/.local/share/icons/hicolor/256x256/apps/FancyTasks.png

0 commit comments

Comments
 (0)