Date: Monday, January 23, 2017 @ 18:36:58 Author: spupykin Revision: 208648
upgpkg: glusterfs 1:3.9.1-2 upd Modified: glusterfs/trunk/PKGBUILD glusterfs/trunk/glusterfs.install -------------------+ PKGBUILD | 2 +- glusterfs.install | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-23 18:36:52 UTC (rev 208647) +++ PKGBUILD 2017-01-23 18:36:58 UTC (rev 208648) @@ -7,7 +7,7 @@ pkgname=glusterfs epoch=1 pkgver=3.9.1 -pkgrel=1 +pkgrel=2 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' arch=(i686 x86_64) url='http://www.gluster.org/' Modified: glusterfs.install =================================================================== --- glusterfs.install 2017-01-23 18:36:52 UTC (rev 208647) +++ glusterfs.install 2017-01-23 18:36:58 UTC (rev 208648) @@ -1,8 +1,3 @@ -post_install() { - systemd-tmpfiles --create glusterfs.conf -} - post_upgrade() { - systemd-tmpfiles --create glusterfs.conf echo "-- Read http://gluster.readthedocs.io/en/latest/Upgrade-Guide/README/ page!" }
