Added avahi for icon removal
This commit is contained in:
11
remove-avahi-icons/PKGBUILD
Normal file
11
remove-avahi-icons/PKGBUILD
Normal file
@@ -0,0 +1,11 @@
|
||||
pkgname=remove-avahi-icons
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Remove avahi tools via pacman-hook."
|
||||
arch=('any')
|
||||
source=(remove-avahi-icons.hook)
|
||||
sha256sums=('a48b50c813b6ee9d165b0ded74f45a4d5b3c8e7e525e555b9ee234974f5cb3dd')
|
||||
|
||||
package() {
|
||||
install -Dm0644 -t "$pkgdir/usr/share/libalpm/hooks/" ${source[0]}
|
||||
}
|
||||
Reference in New Issue
Block a user