summarylogtreecommitdiffstats
path: root/ayatana-webmail.install
diff options
context:
space:
mode:
Diffstat (limited to 'ayatana-webmail.install')
-rw-r--r--ayatana-webmail.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/ayatana-webmail.install b/ayatana-webmail.install
index bb1ba6062858..149fcd81e75b 100644
--- a/ayatana-webmail.install
+++ b/ayatana-webmail.install
@@ -1,9 +1,5 @@
post_install()
{
- if which pycompile >/dev/null 2>&1; then
- pycompile -p ayatana-webmail
- fi
-
gtk-update-icon-cache -q -f usr/share/icons/hicolor
update-desktop-database -q
glib-compile-schemas usr/share/glib-2.0/schemas
@@ -14,24 +10,9 @@ post_upgrade()
post_install
}
-pre_remove()
-{
- if which pyclean >/dev/null 2>&1; then
- pyclean -p ayatana-webmail
- else
- pacman -Qql ayatana-webmail | grep '\.py$' | while read file
- do
- rm -f "${file}"[co] >/dev/null
- done
- fi
-}
-
post_remove()
{
gtk-update-icon-cache -q -f usr/share/icons/hicolor
update-desktop-database -q
glib-compile-schemas usr/share/glib-2.0/schemas
}
-
-
-