File: libdist-zilla-perl.postinst

package info (click to toggle)
libdist-zilla-perl 6.012-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,668 kB
  • sloc: perl: 6,968; makefile: 9; sh: 6
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if dpkg-maintscript-helper supports rm_conffile; then
       dpkg-maintscript-helper rm_conffile \
               /etc/bash_completion.d/dzil 5.043-1~ libdist-zilla-perl -- "$@"
fi

#DEBHELPER#