aboutsummaryrefslogtreecommitdiffstats
path: root/btop/doinst.sh
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-10 12:39:46 +0200
committerDanilo M. <danix@danix.xyz>2026-06-10 12:39:46 +0200
commit414bc83665e679a43922036d8b367b793d1b6a42 (patch)
tree8008280b79babeb904f53160965a99ae187a6057 /btop/doinst.sh
parent85c8acbae12efa575c77691bdf8fe6f2d180f2d1 (diff)
downloadmy-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.sh11
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