summaryrefslogtreecommitdiff
path: root/community-testing/mypaint/mypaint.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-20 14:44:01 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-20 14:44:01 +0000
commit3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (patch)
tree78f3c7f0776ff0be3c22bb7744a82c47d9f62cfc /community-testing/mypaint/mypaint.install
parent94e3eb45cd3402cbc5efd70ae725e8d48ed696af (diff)
Wed Jul 20 14:43:57 UTC 2011
Diffstat (limited to 'community-testing/mypaint/mypaint.install')
-rw-r--r--community-testing/mypaint/mypaint.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/mypaint/mypaint.install b/community-testing/mypaint/mypaint.install
deleted file mode 100644
index 5f0358791..000000000
--- a/community-testing/mypaint/mypaint.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- [ -x `which update-mime-database` ] && update-mime-database usr/share/mime
- [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- /bin/true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}