summaryrefslogtreecommitdiff
path: root/distro/archlinux/mate-text-editor.install
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-07 16:46:58 -0300
committerPerberos <[email protected]>2011-11-07 16:46:58 -0300
commit528c1e5ff51e213936e800fc5a9a25da99c0bdf2 (patch)
tree77f8aa456b09367ba81f04d4562fc935f898a951 /distro/archlinux/mate-text-editor.install
downloadpluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.bz2
pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.xz
initial
Diffstat (limited to 'distro/archlinux/mate-text-editor.install')
-rw-r--r--distro/archlinux/mate-text-editor.install22
1 files changed, 22 insertions, 0 deletions
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
+}