diff options
author | Perberos <[email protected]> | 2011-11-09 23:50:08 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 23:50:08 -0300 |
commit | 21b3ff82393313b00f352c84cdd21c40fb84e27e (patch) | |
tree | 1149dce0ee76c2cf72793d633b5d2f5c4ed651f4 /distro/archlinux/mate-file-archiver.install | |
parent | 70438138096a47b2505ac55634cd94947ce378b6 (diff) | |
download | engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.bz2 engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.xz |
renaming fileroller to engrampa
Diffstat (limited to 'distro/archlinux/mate-file-archiver.install')
-rw-r--r-- | distro/archlinux/mate-file-archiver.install | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/distro/archlinux/mate-file-archiver.install b/distro/archlinux/mate-file-archiver.install new file mode 100644 index 0000000..fbbe087 --- /dev/null +++ b/distro/archlinux/mate-file-archiver.install @@ -0,0 +1,25 @@ +pkgname=engrampa + +post_install() { + usr/sbin/mateconfpkg --install ${pkgname} + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/mateconfpkg --uninstall ${pkgname} +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + |