From cfae89eff7d850d27203ef41d107a1e7512d595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 23 Oct 2022 11:18:17 +0200 Subject: [PATCH] Remove obsolete install and gitignore files --- .SRCINFO | 1 - PKGBUILD | 1 - florence.install | 16 ---------------- 3 files changed, 18 deletions(-) delete mode 100644 florence.install diff --git a/.SRCINFO b/.SRCINFO index a06a7f7..b2e443a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -3,7 +3,6 @@ pkgbase = florence pkgver = 0.6.3 pkgrel = 2 url = http://sourceforge.net/projects/florence/ - install = florence.install arch = i686 arch = x86_64 license = GPL diff --git a/PKGBUILD b/PKGBUILD index ae4994b..3f17f17 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,6 @@ url="http://sourceforge.net/projects/${pkgname}/" license=('GPL') depends=('gtk3' 'libxml2' 'librsvg' 'libxtst' 'gettext' 'gstreamer>=1.0') # http://florence.sourceforge.net/english/install.html makedepends=('intltool>=0.23' 'gnome-doc-utils') -install="${pkgname}.install" source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e') diff --git a/florence.install b/florence.install deleted file mode 100644 index 414e7a2..0000000 --- a/florence.install +++ /dev/null @@ -1,16 +0,0 @@ -_update() { - glib-compile-schemas '/usr/share/glib-2.0/schemas/' - update-desktop-database -q -} - -post_install() { - _update -} - -post_upgrade() { - _update -} - -post_remove() { - _update -}