mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-11 00:34:37 +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
|