updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / screem / screem.install
bloba3276032d9e54a9d083b133437002cdf2a81dae0
1 pkgname=screem
3 post_install() {
4   gconfpkg --install ${pkgname}
5   update-desktop-database -q
6   update-mime-database usr/share/mime > /dev/null
9 pre_upgrade() {
10   pre_remove $1
13 post_upgrade() {
14   post_install $1
17 pre_remove() {
18   gconfpkg --uninstall ${pkgname}
21 post_remove() {
22   update-desktop-database -q
23   update-mime-database usr/share/mime > /dev/null