From 6c8b4875bc0332d146f9bdaad6d07f210675a7d8 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 31 Aug 2016 17:37:15 -0300 Subject: guix-0.11.0-2: updating version --- pcr/guix/guix.install | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pcr/guix/guix.install') diff --git a/pcr/guix/guix.install b/pcr/guix/guix.install index 54f7659b6..c2baacd9f 100644 --- a/pcr/guix/guix.install +++ b/pcr/guix/guix.install @@ -1,6 +1,3 @@ -infodir=usr/share/info -file=guix.info - post_install() { echo "Guix 0.8.3 already provides a systemd service file in its release," echo "so the one included in AUR package is now removed. Please use the" @@ -14,17 +11,6 @@ post_install() { echo echo "If you have /etc/systemd/system/guix.service.d, please also remember" echo "to review its content and rename it to guix-daemon.service.d." - [[ -x usr/bin/install-info ]] || return 0 - install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null -} - -post_upgrade() { - post_install "$1" -} - -pre_remove() { - [[ -x usr/bin/install-info ]] || return 0 - install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null } # vim:set ts=2 sw=2 ft=sh et: -- cgit v1.2.3-54-g00ecf