mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
genmenu: Remove symlink for fern-wifi-cracker
Both app-admin/genmenu and net-wireless/fern-wifi-cracker create the same symlink. If genmenu is installed without fern-wifi-cracker present, then there is a QA Notice symlink target does not exist. Installing fern-wifi-cracker after genmenu fails due to file collision. app-admin/genmenu: Symlink was added in 2015 withae660fbbd8net-wireless/fern-wifi-cracker Symlink was added in 2019 withda69abbc3e
This commit is contained in:
parent
1fbf01461a
commit
96ad32ca55
1 changed files with 0 additions and 2 deletions
|
|
@ -18,10 +18,8 @@ DEPEND=">=dev-python/lxml-1.3.6"
|
|||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
local DEST="/usr/share/fern-wifi-cracker"
|
||||
insinto /usr/
|
||||
doins -r "${S}"/src/share
|
||||
dosym "${DEST}/resources/icon.png" /usr/share/pixmaps/fern-wifi-cracker.png
|
||||
chown -R root:root "${ED}"
|
||||
dobin src/bin/genmenu.py src/bin/launch
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue