mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:47:15 +08:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
|
post_install() {
|
||
|
msg 'Dropbox has its own automatic update mechanism.'
|
||
|
msg 'Read: https://wiki.archlinux.org/index.php/Dropbox#Hack_to_stop_Auto_Update for more information'
|
||
|
msg 'if you wish to update it from our repo.'
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|