shell/command-not-found: remove

This commit is contained in:
Felix Buehler 2026-01-27 00:07:16 +01:00
parent 8a7da9c934
commit bab71a17cd
2 changed files with 0 additions and 14 deletions

View file

@ -1,13 +0,0 @@
#!/bin/sh
# arch
if [ "${BASH_VERSION}" ] && [ -r /usr/share/doc/pkgfile/command-not-found.bash ]; then
# shellcheck source=/dev/null
. /usr/share/doc/pkgfile/command-not-found.bash
fi
if [ "${ZSH_VERSION}" ] && [ -r /usr/share/doc/pkgfile/command-not-found.zsh ]; then
# shellcheck source=/dev/null
. /usr/share/doc/pkgfile/command-not-found.zsh
fi