summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--ayatana-webmail.install33
3 files changed, 0 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5404c57e56e4..ef9a89aaa13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = ayatana-webmail
pkgver = 24.5.17
pkgrel = 1
url = https://tari.in/www/software/ayatana-webmail/
- install = ayatana-webmail.install
arch = any
license = GPL-3.0-or-later
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index e2964e6b2f0b..b8ba1b16c0d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url="https://tari.in/www/software/ayatana-webmail/"
license=("GPL-3.0-or-later")
depends=("python-dbus" "glib2" "python" "gtk3" "gdk-pixbuf2" "hicolor-icon-theme" "dconf" "libnotify" "libcanberra" "gnome-keyring" "python-babel" "python-gobject" "python-psutil" "python-secretstorage" "python-urllib3")
makedepends=("python-setuptools" "python-polib")
-install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=("5c202c540631443b8dead9c62cb49475")
replaces=("unity-mail")
diff --git a/ayatana-webmail.install b/ayatana-webmail.install
deleted file mode 100644
index 5e2dcfb2858f..000000000000
--- a/ayatana-webmail.install
+++ /dev/null
@@ -1,33 +0,0 @@
-post_install()
-{
- if which pycompile >/dev/null 2>&1; then
- pycompile -p ayatana-webmail
- fi
-
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-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()
-{
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-
-