summaryrefslogtreecommitdiff
blob: 523dd61efa83c153339d926f3c7f6f27b5207d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
--- Cenon.orig/GNUmakefile.postamble	2009-09-21 16:37:50.000000000 +0200
+++ Cenon/GNUmakefile.postamble	2009-09-21 16:38:18.000000000 +0200
@@ -18,13 +18,7 @@
 # before-install::
 
 # Things to do after installing
-after-install::
-	# copy library
-	#rm -R $(GNUSTEP_LOCAL_ROOT)/Library/$(APP_NAME)
-	cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_ROOT)/Library/
-	# set permissions (rrr)
-	chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).*
-	#chmod -R ugo+rX $(GNUSTEP_LOCAL_ROOT)/Library/$(APP_NAME)
+#after-install::
 
 # Things to do before uninstalling
 # before-uninstall::