mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Creates run-handler script so that using find works properly for runs.
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
|
||||
|
||||
install() {
|
||||
mkdir -p "$XDG_DATA_HOME/clipse"
|
||||
log " Ensure clipse data directory exists, and start clipse."
|
||||
mkdir -p "$XDG_DATA_HOME/clipse" &>/dev/null
|
||||
setsid uwsm app -- clipse -listen
|
||||
}
|
||||
|
||||
uninstall() {
|
||||
log " Removing clipse data directory."
|
||||
rm -rf "$XDG_DATA_HOME/clipse"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user