summaryrefslogtreecommitdiff
path: root/extra/mono-tools/mono-tools.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-03 03:33:25 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-03 03:33:25 +0000
commit86953d17fbdfc3b8b89878f1ec5f911568657761 (patch)
treed834021be55372f5c1856313c775edffc414d3d3 /extra/mono-tools/mono-tools.install
parentc667b77b6719baf541fff1a3e0a855d1ca7c6433 (diff)
Thu Apr 3 03:29:12 UTC 2014
Diffstat (limited to 'extra/mono-tools/mono-tools.install')
-rw-r--r--extra/mono-tools/mono-tools.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/mono-tools/mono-tools.install b/extra/mono-tools/mono-tools.install
index d4891227b..745b1ac24 100644
--- a/extra/mono-tools/mono-tools.install
+++ b/extra/mono-tools/mono-tools.install
@@ -1,26 +1,14 @@
post_install() {
- echo "update icon cache..."
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
-
-pre_upgrade() {
- echo "removing index..."
- rm -f /opt/mono/lib/monodoc/monodoc.index
- rm -rf /opt/mono/lib/monodoc/search_index
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
post_install $1
}
post_remove() {
- echo "removing index..."
rm -f /usr/lib/monodoc/monodoc.index
rm -rf /usr/lib/monodoc/search_index
- echo "update icon cache..."
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}