Skip to content

Commit 8957344

Browse files
committed
joy2key - start/stop joy2key on module install/removal
1 parent 3f01c51 commit 8957344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scriptmodules/admin/joy2key.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,10 @@ esac
7777
exit 0
7878
_EOF_
7979
chmod +x "$wrapper"
80+
81+
joy2keyStart
82+
}
83+
84+
function remove_joy2key() {
85+
joy2keyStop
8086
}

0 commit comments

Comments
 (0)