[arch-commits] Commit in ibus/trunk (PKGBUILD ibus.install)

Felix Yan felixonmars at archlinux.org
Thu Dec 17 23:37:37 UTC 2020


    Date: Thursday, December 17, 2020 @ 23:37:37
  Author: felixonmars
Revision: 404467

remove ibus.install

Modified:
  ibus/trunk/PKGBUILD
Deleted:
  ibus/trunk/ibus.install

--------------+
 PKGBUILD     |    1 -
 ibus.install |   16 ----------------
 2 files changed, 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-17 23:06:35 UTC (rev 404466)
+++ PKGBUILD	2020-12-17 23:37:37 UTC (rev 404467)
@@ -48,7 +48,6 @@
 
 package_ibus() {
   depends+=("libibus=$pkgver")
-  install=ibus.install
 
   cd ibus
   make DESTDIR="$pkgdir" install

Deleted: ibus.install
===================================================================
--- ibus.install	2020-12-17 23:06:35 UTC (rev 404466)
+++ ibus.install	2020-12-17 23:37:37 UTC (rev 404467)
@@ -1,16 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  dconf update
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-
-  rm -f etc/dconf/db/ibus
-}



More information about the arch-commits mailing list