~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to gnustep-base.script.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%post
2
2
if [ $1 = 1 ]; then
3
3
#  if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
4
 
#     . %{gs_root}/Makefiles/GNUstep.sh 
 
4
#     . %{gs_root}/Library/Makefiles/GNUstep.sh 
5
5
#  fi
6
6
 
7
7
#==============================================================
24
24
%postun
25
25
if [ $1 = 0 ]; then
26
26
#  if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
27
 
#     . %{gs_root}/Makefiles/GNUstep.sh 
 
27
#     . %{gs_root}/Library/Makefiles/GNUstep.sh 
28
28
#  fi
29
29
 
30
30
#=========================================