2006-12-03 James Livingston <doclivingston@gmail.com>
[rhythmbox.git] / debian / rhythmbox.postrm
blob1f48f1a2ff882615904e4627ed5e34caf8a895d5
1 #! /bin/sh
2 # -*- coding: utf-8 -*-
3 # Post-removal script for rhythmbox
4 # Copyright © 2002 Colin Walters <walters@debian.org>
6 set -e
8 if [ "$1" = remove ]; then
9 scrollkeeper-update -q
12 #DEBHELPER#
14 exit 0