Add the plasmoid install script used for development

This commit is contained in:
Martchus 2018-01-23 10:50:21 +01:00
parent 1e40f7bb30
commit 4aa6d4457b
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
export HOME="$PWD"
plasmapkg2 --install $(dirname $0)/../package || plasmapkg2 --upgrade $(dirname $0)/../package
exit $?