mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user