summaryrefslogtreecommitdiff
path: root/app-misc/gcstar/gcstar-1.7.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/gcstar/gcstar-1.7.1-r1.ebuild')
-rw-r--r--app-misc/gcstar/gcstar-1.7.1-r1.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/app-misc/gcstar/gcstar-1.7.1-r1.ebuild b/app-misc/gcstar/gcstar-1.7.1-r1.ebuild
index 3ebe4524ca94..ea98b214b1e1 100644
--- a/app-misc/gcstar/gcstar-1.7.1-r1.ebuild
+++ b/app-misc/gcstar/gcstar-1.7.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit desktop xdg-utils
+inherit desktop xdg
DESCRIPTION="Manage your collections of movies, games, books, music and more"
HOMEPAGE="http://www.gcstar.org/"
@@ -65,15 +65,3 @@ src_install() {
dodoc CHANGELOG README README.fr
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mime_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mime_database_update
- xdg_icon_cache_update
-}