mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
post_install() {
|
|
kbuildsycoca4
|
|
echo "To link this PC to your Dropbox account, make sure you run kfilebox in the CLI the first time and follow the link generated"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|