diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-10 12:39:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-10 12:39:46 +0200 |
| commit | 414bc83665e679a43922036d8b367b793d1b6a42 (patch) | |
| tree | 8008280b79babeb904f53160965a99ae187a6057 /btop/doinst.sh | |
| parent | 85c8acbae12efa575c77691bdf8fe6f2d180f2d1 (diff) | |
| download | my-slackbuilds-main.tar.gz my-slackbuilds-main.zip | |
btop: remove (no xe driver support for Arc Battlemage)main
btop 1.4.6 GPU collector only reads i915 sysfs interface. Arc B580
(Battlemage) requires the xe driver, which exposes a different sysfs
layout, so the card is never detected.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'btop/doinst.sh')
| -rw-r--r-- | btop/doinst.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/btop/doinst.sh b/btop/doinst.sh deleted file mode 100644 index e3d6e86..0000000 --- a/btop/doinst.sh +++ /dev/null @@ -1,11 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - -/sbin/setcap cap_perfmon=+ep usr/bin/btop |
