Initial RK1 media-center image project
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = remove ] && [ -d /run/systemd/system ]; then
|
||||
systemctl --no-reload stop kodi-rk.service >/dev/null 2>&1 || true
|
||||
fi
|
||||
exit 0
|
||||
Reference in New Issue
Block a user