From 8a08ad9b9cadc797617d6fc0806d4b8773a7a9e4 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 5 Sep 2014 00:31:11 -0300 Subject: liferea: remove libre suffix and add complex pkgrel --- libre/liferea-libre/liferea.install | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libre/liferea-libre/liferea.install (limited to 'libre/liferea-libre/liferea.install') diff --git a/libre/liferea-libre/liferea.install b/libre/liferea-libre/liferea.install deleted file mode 100644 index 7fff91b49..000000000 --- a/libre/liferea-libre/liferea.install +++ /dev/null @@ -1,21 +0,0 @@ -pkgname=liferea - -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -pre_upgrade() { - if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then - gconfpkg --uninstall $pkgname - fi -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} -- cgit v1.2.3