log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
pub
>
prymula
>
scripts
comparison bing4desktop/DEBIAN/debian.postrm @ 10:
ed9556d0c5d7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
bing4desktop-0.240205-4
author
prymula <prymula76@outlook.com>
date
Tue, 06 Feb 2024 00:30:36 +0100
parents
children
comparison
equal
deleted
inserted
replaced
9:b2ef499536b0
10:ed9556d0c5d7
1
#!/bin/sh
2
set -e
3
4
case "$1" in
5
0) # last one out put out the lights
6
rm -f /usr/bin/vsss
7
;;
8
esac
9
10
exit 0