mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:07:16 +08:00
6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
if [ -x /usr/bin/akonadictl ]; then
|
||
|
/usr/bin/akonadictl stop
|
||
|
fi
|