Description: Remove shebang from non-executable bash completion file
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2021-02-07
---
--- a/data/playerctl.bash
+++ b/data/playerctl.bash
@@ -1,5 +1,3 @@
-#!/usr/bin/env bash
-
 _playerctl_completions() {
 	local cur="${COMP_WORDS[$COMP_CWORD]}"
 	local prev="${COMP_WORDS[$COMP_CWORD - 1]}"
