updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / scribus-rc / scribus-rc.install
blob349c308f424773f99ec6a9e3a4f508967980a2e4
1 # this is the scrollkeeper handling sample file
3 post_install() {
4   echo "update desktop mime database..."
5   update-desktop-database -q
8 post_upgrade() {
9   post_install $1
12 pre_remove() {
13   /bin/true
16 post_remove() {
17   echo "update desktop mime database..."
18   update-desktop-database -q
21 op=$1
22 shift
24 $op $*