diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-09-10 09:24:11 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-09-10 09:24:27 -0500 |
commit | e8298bc3b32359c645aed5f948e837f3a9b4f479 (patch) | |
tree | ad284a1f549a7cdb230ee9cb88935583977495bf /net-misc/dropbox | |
parent | dev-lang/python: Backport two more secfixes from 3.6 to 2.7.18 (diff) | |
download | gentoo-e8298bc3b32359c645aed5f948e837f3a9b4f479.tar.gz gentoo-e8298bc3b32359c645aed5f948e837f3a9b4f479.tar.bz2 gentoo-e8298bc3b32359c645aed5f948e837f3a9b4f479.zip |
net-misc/dropbox: add information on blocking autoupdate
Closes: https://bugs.gentoo.org/473888
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/dropbox')
-rw-r--r-- | net-misc/dropbox/dropbox-104.4.175.ebuild | 8 | ||||
-rw-r--r-- | net-misc/dropbox/dropbox-105.4.649.ebuild | 8 | ||||
-rw-r--r-- | net-misc/dropbox/dropbox-105.4.651.ebuild | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/net-misc/dropbox/dropbox-104.4.175.ebuild b/net-misc/dropbox/dropbox-104.4.175.ebuild index 30d998505ce7..2408606d15fa 100644 --- a/net-misc/dropbox/dropbox-104.4.175.ebuild +++ b/net-misc/dropbox/dropbox-104.4.175.ebuild @@ -94,3 +94,11 @@ src_install() { dodoc "${T}"/{README,ACKNOWLEDGEMENTS} } + +pkg_postinst() { + einfo "Warning: while running, dropbox may attempt to autoupdate itself in" + einfo " your user's home directory. To prevent this, run the following as" + einfo " each user who will run dropbox:" + einfo "" + einfo "install -dm0 ~/.dropbox-dist" +} diff --git a/net-misc/dropbox/dropbox-105.4.649.ebuild b/net-misc/dropbox/dropbox-105.4.649.ebuild index 4530b9178599..7286be94a2dc 100644 --- a/net-misc/dropbox/dropbox-105.4.649.ebuild +++ b/net-misc/dropbox/dropbox-105.4.649.ebuild @@ -92,3 +92,11 @@ src_install() { dodoc "${T}"/{README,ACKNOWLEDGEMENTS} } + +pkg_postinst() { + einfo "Warning: while running, dropbox may attempt to autoupdate itself in" + einfo " your user's home directory. To prevent this, run the following as" + einfo " each user who will run dropbox:" + einfo "" + einfo "install -dm0 ~/.dropbox-dist" +} diff --git a/net-misc/dropbox/dropbox-105.4.651.ebuild b/net-misc/dropbox/dropbox-105.4.651.ebuild index 4530b9178599..7286be94a2dc 100644 --- a/net-misc/dropbox/dropbox-105.4.651.ebuild +++ b/net-misc/dropbox/dropbox-105.4.651.ebuild @@ -92,3 +92,11 @@ src_install() { dodoc "${T}"/{README,ACKNOWLEDGEMENTS} } + +pkg_postinst() { + einfo "Warning: while running, dropbox may attempt to autoupdate itself in" + einfo " your user's home directory. To prevent this, run the following as" + einfo " each user who will run dropbox:" + einfo "" + einfo "install -dm0 ~/.dropbox-dist" +} |