From 956adedf8b584e62b6f69018086d2ad803b7a33e Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Mon, 25 May 2015 19:45:46 +0200 Subject: [PATCH] cleaned --- rpm/spec/shelfzilla.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/rpm/spec/shelfzilla.spec b/rpm/spec/shelfzilla.spec index b31ac40..a7c3212 100644 --- a/rpm/spec/shelfzilla.spec +++ b/rpm/spec/shelfzilla.spec @@ -55,12 +55,6 @@ cp -r %{_gitdir}/rpm/scripts/shelfzilla $RPM_BUILD_ROOT%{_init_path} # post-install section: # -------------------------------------------------------------------------------------------- # %post -## Install init script -#mv %{_app_dir}/init/shelfzilla %{_init_path}/ -#chmod 775 %{_init_path}/shelfzilla -#chkconfig --add shelfzilla -#rmdir %{_app_dir}/init/ - ## Npm install cd %{_app_dir} && npm install --production @@ -96,7 +90,7 @@ fi %postun %clean -#rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %files %{_app_dir}/*