Description: Remove shebang from bash completion snippet
 The pactl completion file is installed as data and sourced by bash-completion,
 not executed as a standalone script, so it should not carry a shebang.
Bug-Debian: https://bugs.debian.org/763139
Author: Thomas Stephens <tmsteph1290@gmail.com>
Forwarded: no
Last-Update: 2026-08-15
---
--- a/shell-completion/bash/pactl
+++ b/shell-completion/bash/pactl
@@ -1,5 +1,3 @@
-#!/bin/bash
-
 __cards () {
     while IFS=$'\t' read idx name _; do
         printf "%s %s\\n" "$idx" "$name"
