net-misc/maestral: bash functions signature

Stylistic change, nothing else changes

Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2022-06-20 12:12:18 +03:00
parent f53ec05808
commit c33d0011c7
3 changed files with 7 additions and 14 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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