diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-06-20 12:12:18 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-06-20 12:17:13 +0300 |
commit | c33d0011c7748c4cbad67c27649226917a50a41e (patch) | |
tree | a386e30cd2e92ffdd080ae78314825df365208d1 /net-misc | |
parent | dev-python/clickgen: treeclean (diff) | |
download | guru-c33d0011c7748c4cbad67c27649226917a50a41e.tar.gz guru-c33d0011c7748c4cbad67c27649226917a50a41e.tar.bz2 guru-c33d0011c7748c4cbad67c27649226917a50a41e.zip |
net-misc/maestral: bash functions signature
Stylistic change, nothing else changes
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/maestral/maestral-1.5.2.ebuild | 9 | ||||
-rw-r--r-- | net-misc/maestral/maestral-1.5.3.ebuild | 9 | ||||
-rw-r--r-- | net-misc/maestral/maestral-1.6.3.ebuild | 3 |
3 files changed, 7 insertions, 14 deletions
diff --git a/net-misc/maestral/maestral-1.5.2.ebuild b/net-misc/maestral/maestral-1.5.2.ebuild index eb23490e5..b70c0261f 100644 --- a/net-misc/maestral/maestral-1.5.2.ebuild +++ b/net-misc/maestral/maestral-1.5.2.ebuild @@ -41,8 +41,7 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() -{ +python_prepare_all() { # this test requires systemd sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die @@ -57,12 +56,10 @@ python_prepare_all() distutils-r1_python_prepare_all } -pkg_postinst() -{ +pkg_postinst() { xdg_icon_cache_update } -pkg_postrm() -{ +pkg_postrm() { xdg_icon_cache_update } diff --git a/net-misc/maestral/maestral-1.5.3.ebuild b/net-misc/maestral/maestral-1.5.3.ebuild index 57f539d65..e62609106 100644 --- a/net-misc/maestral/maestral-1.5.3.ebuild +++ b/net-misc/maestral/maestral-1.5.3.ebuild @@ -41,8 +41,7 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() -{ +python_prepare_all() { # this test requires systemd sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die @@ -52,12 +51,10 @@ python_prepare_all() distutils-r1_python_prepare_all } -pkg_postinst() -{ +pkg_postinst() { xdg_icon_cache_update } -pkg_postrm() -{ +pkg_postrm() { xdg_icon_cache_update } diff --git a/net-misc/maestral/maestral-1.6.3.ebuild b/net-misc/maestral/maestral-1.6.3.ebuild index 4b0b00fe4..7ec6f92b5 100644 --- a/net-misc/maestral/maestral-1.6.3.ebuild +++ b/net-misc/maestral/maestral-1.6.3.ebuild @@ -41,8 +41,7 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() -{ +python_prepare_all() { # this test requires systemd sed -i -e 's/test_autostart/_&/' tests/offline/test_cli.py || die |