From 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 16:46:58 -0300 Subject: initial --- distro/archlinux/mate-text-editor.install | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 distro/archlinux/mate-text-editor.install (limited to 'distro/archlinux/mate-text-editor.install') diff --git a/distro/archlinux/mate-text-editor.install b/distro/archlinux/mate-text-editor.install new file mode 100644 index 00000000..b32e92c3 --- /dev/null +++ b/distro/archlinux/mate-text-editor.install @@ -0,0 +1,22 @@ +pkgname=mate-text-editor + +post_install() { + usr/sbin/mateconfpkg --install ${pkgname} + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +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 +} -- cgit v1.2.1