Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bjørn Villa
qstream
Commits
7a37b902
Commit
7a37b902
authored
Nov 27, 2009
by
Jon Kåre Hellan
Browse files
Fix prerm
parent
a69172ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7a37b902
qstream (0.1-2) unstable; urgency=low
* Build for lenny. Fix prerm script. svn version r7.
-- Jon K Hellan <jon.kare.hellan@uninett.no> Fri, 27 Nov 2009 12:52:58 +0100
qstream (0.1-1) unstable; urgency=low
* Initial Release. svn version r5
...
...
debian/qstream.prerm
View file @
7a37b902
...
...
@@ -20,7 +20,7 @@ package=qstream
case
"
$1
"
in
remove|upgrade|deconfigure
)
killall qstream
killall qstream
2> /dev/null
||
true
;;
failed-upgrade
)
;;
...
...
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