desktop/dropbox/dropbox.install
2015-02-27 12:58:22 +00:00

13 lines
379 B
Plaintext

post_install() {
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.'
}
post_upgrade() {
post_install
}