mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
genmenu: fix gross hacks to work based on ostree's work
This commit is contained in:
parent
c45115e658
commit
29ab37b21c
1 changed files with 0 additions and 4 deletions
|
|
@ -25,12 +25,8 @@ src_install() {
|
|||
dobin src/bin/genmenu.py src/bin/launch
|
||||
#gross hack to handle bug in xfce
|
||||
for i in $(ls "${ED}"/usr/share/genmenu/pixmaps/); do
|
||||
if [ "${i}" = "gksu-root-terminal.png" ]; then
|
||||
continue
|
||||
fi
|
||||
dosym /usr/share/genmenu/pixmaps/${i} /usr/share/pixmaps/${i}
|
||||
done
|
||||
find "${ED}" -type f -exec sed -i 's#/usr/share/genmenu/pixmaps/##g' {} \;
|
||||
#end gross hack
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue