diff options
Diffstat (limited to 'community/fbterm/fbterm.install')
-rw-r--r-- | community/fbterm/fbterm.install | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/community/fbterm/fbterm.install b/community/fbterm/fbterm.install deleted file mode 100644 index 9b4d7ebd1..000000000 --- a/community/fbterm/fbterm.install +++ /dev/null @@ -1,22 +0,0 @@ -post_install() { - cat <<EOF - -==> To run fbterm as a non-root user, do: - -sudo gpasswd -a YOUR_USERNAME video - - -==> To enable keyboard shortcuts for non-root users, do: - -sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm - -or - -sudo chmod u+s /usr/bin/fbterm - -EOF -} - -post_upgrade() { - post_install $1 -} |