mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
|
|
. /usr/share/daed/cleanup.sh
|
|
|
|
daed_cleanup_runtime
|
|
exec /usr/bin/daed "$@"
|