[PRQ#75812] Deletion Request for fuzzel-dmenu-dropin
oech3 [1] filed a deletion request for fuzzel-dmenu-dropin [2]: Symlink to /usr/local/bin/ [1] https://aur.archlinux.org/account/oech3/ [2] https://aur.archlinux.org/pkgbase/fuzzel-dmenu-dropin/
Request #75812 has been Accepted by Muflone [1]: [Autogenerated] Accepted deletion for fuzzel-dmenu-dropin. [1] https://aur.archlinux.org/account/Muflone/
Symlink to /usr/local/bin/
This package was deleted citing the rule violation that it contained a symlink to /usr/local/bin, but from looking at the PKGBUILD, it linked to /usr/bin not user/local/bin. Did I miss something? Here was the PKGBUILD, pre-deletion. # Maintainer: markstos <mark@stosberg.com> # Fuzzel is not be 100% compatible with dmenu pkgname=fuzzel-dmenu-dropin pkgver=1.0 pkgrel=1 pkgdesc="Makes symlinks to provide dmenu when using fuzzel." arch=('any') license=('none') depends=('fuzzel') provides=('dmenu') conflicts=('dmenu') package() { mkdir -p "$pkgdir/usr/bin" mkdir -p "$pkgdir/usr/share/man/" mkdir -p "$pkgdir/usr/share/man/man1" ln -sf "fuzzel" "$pkgdir/usr/bin/dmenu" ln -sf "fuzzel.1.gz" "$pkgdir/usr/share/man/man1/dmenu.1.gz" }
participants (2)
-
Mark Stosberg
-
notify@aur.archlinux.org