Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
bridge-utils
Commits:
993bfc88 by Christian Hesse at 2026-01-28T11:43:39+01:00
drop the install message
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − bridge-utils.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -3,7 +3,6 @@ pkgbase = bridge-utils
pkgver = 1.7.1
pkgrel = 3
url = https://wiki.linuxfoundation.org/networking/bridge
- install = bridge-utils.install
arch = x86_64
license = GPL
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,6 @@ arch=('x86_64')
url='https://wiki.linuxfoundation.org/networking/bridge'
license=('GPL')
depends=('glibc')
-install=bridge-utils.install
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen
Hemminger (Microsoft corporate) <[email protected]>
source=("https://mirrors.edge.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign})
sha256sums=('a61d8be4f1a1405c60c8ef38d544f0c18c05b33b9b07e5b4b31033536165e60e'
=====================================
bridge-utils.install deleted
=====================================
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-show_message() {
- cat <<-EOM
- Warning: The 'bridge-utils' package is DEPRECATED and will be
- dropped in near future. Instead use the 'bridge' command
- from 'iproute2' package!
- EOM
-}
-
-post_install() {
- show_message
-}
-
-post_upgrade() {
- show_message
-}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bridge-utils/-/commit/993bfc88672c2762d959b589aa86409b64731576
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bridge-utils/-/commit/993bfc88672c2762d959b589aa86409b64731576
You're receiving this email because of your account on gitlab.archlinux.org.