File: dput.maintscript

package info (click to toggle)
dput 1.1.0
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 868 kB
  • sloc: python: 11,083; sh: 150; makefile: 50
file content (15 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# debian/dput.maintscript
# Maintainer script helper commands for ‘dput’ package.
#
# Manual page: ‘dh_installdeb(1)’, ‘dpkg-maintscript-helper(1)’.

# The Bash completion script is no longer a conffile, but was
# incorrectly left installed.
rm_conffile /etc/bash_completion.d/dput 0.12.2~ dput


# Local variables:
# coding: utf-8
# mode: sh
# End:
# vim: fileencoding=utf-8 filetype=sh :