Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hy
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Hy
hy
Commits
26ede998
Commit
26ede998
authored
Aug 15, 2019
by
Tianon Gravi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
... and leftover prerm
parent
7276df71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
debian/python-hy.prerm
debian/python-hy.prerm
+0
-21
No files found.
debian/python-hy.prerm
deleted
100644 → 0
View file @
7276df71
#!/bin/sh
set
-e
case
"
$1
"
in
# only remove in remove/deconfigure so we don't disrupt users' preferences
remove|deconfigure
)
update-alternatives
--remove
hy /usr/bin/hy2
;;
upgrade|failed-upgrade
)
;;
*
)
echo
>
&2
"prerm called with unknown argument:
$1
"
exit
0
;;
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