Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
708077318bc9
Commit
52f2bd92
authored
Jul 21, 2009
by
Sylvain Thénault
Browse files
merge
parents
d3851b9c9dd9
99926f812c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian.lenny/preinst
0 → 100644
View file @
70807731
#!/bin/sh -e
case
"
$1
"
in
install
)
;;
upgrade
)
pycentral pkgremove python-logilab-mtconverter
||
true
;;
abort-upgrade
)
;;
*
)
echo
"preinst called with unknown argument '
$1
'"
>
&2
exit
1
;;
esac
#DEBHELPER#
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment