repo.or.cz
/
rhythmbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Finnish translation
[rhythmbox.git]
/
debian
/
rhythmbox.postrm
blob
1f48f1a2ff882615904e4627ed5e34caf8a895d5
1
#! /bin/sh
2
# -*- coding: utf-8 -*-
3
# Post-removal script for rhythmbox
4
# Copyright © 2002 Colin Walters <walters@debian.org>
5
6
set -e
7
8
if
[
"
$1
"
=
remove
];
then
9
scrollkeeper-update
-q
10
fi
11
12
#DEBHELPER#
13
14
exit
0
15