summaryrefslogtreecommitdiff
path: root/distro/archlinux/mate-calc.install
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-13 04:57:34 -0800
committerStefano Karapetsas <[email protected]>2013-11-13 04:57:34 -0800
commit0dc7dff331879c64494fe663bf2eee7970df20d4 (patch)
tree8c7548894158738cd5d0101df01ec45a2741e6df /distro/archlinux/mate-calc.install
parenta52ebf59d871a39e334dcca0b10bd2a338bb464e (diff)
parent2f42f0b6b8ad1be7d0d01324713ead0356a8602e (diff)
downloadmate-calc-0dc7dff331879c64494fe663bf2eee7970df20d4.tar.bz2
mate-calc-0dc7dff331879c64494fe663bf2eee7970df20d4.tar.xz
Merge pull request #19 from flexiondotorg/master
Remove distro folder.
Diffstat (limited to 'distro/archlinux/mate-calc.install')
-rw-r--r--distro/archlinux/mate-calc.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/distro/archlinux/mate-calc.install b/distro/archlinux/mate-calc.install
deleted file mode 100644
index 20b564d..0000000
--- a/distro/archlinux/mate-calc.install
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=mate-calc
-
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}