summaryrefslogtreecommitdiff
path: root/community/gnome-subtitles/gnome-subtitles.install
blob: adb0ba085f5785c71d4f40a9f4033f851af127ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgname=gnome-subtitles

post_install() {
  gconfpkg --install $pkgname
  update-desktop-database -q
}

pre_upgrade() {
  pre_remove $1
}

post_upgrade() {
  post_install $1
}

pre_remove() {
  gconfpkg --uninstall $pkgname
}

post_remove() {
  update-desktop-database -q
}