summaryrefslogtreecommitdiff
path: root/distro/archlinux/mate-extract.install
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-09 23:50:08 -0300
committerPerberos <[email protected]>2011-11-09 23:50:08 -0300
commit21b3ff82393313b00f352c84cdd21c40fb84e27e (patch)
tree1149dce0ee76c2cf72793d633b5d2f5c4ed651f4 /distro/archlinux/mate-extract.install
parent70438138096a47b2505ac55634cd94947ce378b6 (diff)
downloadengrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.bz2
engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.xz
renaming fileroller to engrampa
Diffstat (limited to 'distro/archlinux/mate-extract.install')
-rw-r--r--distro/archlinux/mate-extract.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/distro/archlinux/mate-extract.install b/distro/archlinux/mate-extract.install
deleted file mode 100644
index 373b8b1..0000000
--- a/distro/archlinux/mate-extract.install
+++ /dev/null
@@ -1,25 +0,0 @@
-pkgname=file-roller
-
-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
-}
-