diff options
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 |
