summaryrefslogtreecommitdiff
path: root/distro/archlinux/mate-calc.install
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2013-11-13 12:15:46 +0000
committerMartin Wimpress <[email protected]>2013-11-13 12:15:46 +0000
commit2f42f0b6b8ad1be7d0d01324713ead0356a8602e (patch)
tree8c7548894158738cd5d0101df01ec45a2741e6df /distro/archlinux/mate-calc.install
parenta52ebf59d871a39e334dcca0b10bd2a338bb464e (diff)
downloadmate-calc-2f42f0b6b8ad1be7d0d01324713ead0356a8602e.tar.bz2
mate-calc-2f42f0b6b8ad1be7d0d01324713ead0356a8602e.tar.xz
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
-}