desktop/dropbox/dropbox.install

13 lines
379 B
Plaintext
Raw Normal View History

2015-02-27 20:45:02 +08:00
post_install() {
2015-02-27 20:58:22 +08:00
echo 'Dropbox has its own automatic update mechanism. If you wish to rely on the package manager, '
echo 'Please do as follows: '
echo ' rm -rf ~/.dropbox-dist'
echo ' install -dm0 ~/.dropbox-dist'
echo 'Read: https://wiki.archlinux.org/index.php/Dropbox#Hack_to_stop_Auto_Update'
echo 'for more informations.'
2015-02-27 20:45:02 +08:00
}
post_upgrade() {
post_install
}