summaryrefslogtreecommitdiff
path: root/debian/postinst
Commit message (Collapse)AuthorAgeFilesLines
* Request sh instead of bash in post scripts (bug #999416)Gabriel F. T. Gomes2021-11-111-1/+1
| | | | | | | | As reported by Adam [1], post scripts in bash-completion do not have any bashisms (also verified with `checkbashisms'), yet the hashbang in them is #!/bin/bash. This commit fixes this. [1] bugs.debian.org/999416
* Fix warning message for non-existent /etc/bash_completion.d (bug 923210)Daniel Lewart2019-03-011-4/+6
| | | | | | | | | Both "apt install bash-completion" and "apt purge bash-completion" generate the following warning: find: '/etc/bash_completion.d/': No such file or directory The cause is that postinst and postrm assume that /etc/bash_completion.d exists.
* Remove code to call update-bash-completionGabriel F. T. Gomes2017-10-231-3/+0
| | | | | | | The script update-bash-completion has been removed from the installation, however its existence is still checked for from postinst. This patch removes the check, as well as the call to it, which can never happen since it doesn't exist.
* debian/maintscript, debian/postinst: clean etc conffiles on upgrade since ↵David Paleino2014-03-191-0/+10
| | | | completion files are in /usr with 2.0, thanks to Sebastien Bacher
* Drop references to old triggers-mechanism (Closes: #655286)David Paleino2012-01-101-5/+0
|
* Improve postinstDavid Paleino2011-04-121-1/+4
|
* Re-implement triggersDavid Paleino2011-04-111-0/+5
|
* Improve APT hookDavid Paleino2011-04-101-7/+0
|
* Implement APT hook and update-bash-completion script, and monthly cronjob to ↵David Paleino2011-04-101-8/+2
| | | | clean up unused completions.
* Remove old conffiles, using dpkg-maintscript-helperDavid Paleino2011-04-061-0/+4
|
* Remove old UCF-related postinst tasksDavid Paleino2011-04-061-7/+0
|
* Whoops, fix stupid bugDavid Paleino2011-04-061-4/+4
|
* Implement triggers: activate completions when something is installed in ↵David Paleino2011-04-061-1/+14
| | | | $PATH (drawback: paths are hardcoded in debian/triggers)
* Add debian/David Paleino2009-04-031-0/+25