Logo
Explore Help
Sign In
parallelvirtualcluster/pvc
1
0
Fork 0
You've already forked pvc
Code Issues 11 Pull Requests Projects Releases 114 Wiki Activity
Files
v0.9.106
pvc/debian/pvc-client-cli.prerm

9 lines
131 B
Plaintext
Raw Permalink Normal View History

Debianize the packaging
2018-06-17 14:55:13 -04:00
#!/bin/sh
Convert pvc-client-cli into a proper Python module Also fixes up the Debian packaging such that this works how I would want, with proper module installation while leaving everything else untouched. Finally implements automatic installation and removal of the BASH completion for the PVC command.
2021-06-23 04:08:02 -04:00
# Remove the bash completion
if [ -f /etc/bash_completion.d/pvc ]; then
rm -f /etc/bash_completion.d/pvc
fi
Ensure postinst and prerm always succeed
2021-06-23 20:35:40 -04:00
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 231ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API