SUNWgnome-dialog.spec
changeset 15556 79756053d7da
parent 13690 78a53ad4bdd4
child 15650 dbcf7e3715dd
--- a/SUNWgnome-dialog.spec	Fri Apr 03 10:46:38 2009 +0000
+++ b/SUNWgnome-dialog.spec	Fri Apr 03 12:08:32 2009 +0000
@@ -3,7 +3,7 @@
 #
 # includes module(s): zenity
 #
-# Copyright 2007 Sun Microsystems, Inc.
+# Copyright 2009 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -24,7 +24,6 @@
 %include default-depend.inc
 Requires: SUNWgnome-base-libs
 Requires: SUNWperl584core
-Requires: SUNWpostrun
 Requires: SUNWgnome-panel
 BuildRequires: SUNWgnome-base-libs-devel
 BuildRequires: SUNWgnome-doc-utils
@@ -74,17 +73,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-( echo 'test -x /usr/bin/scrollkeeper-update || exit 0';
-  echo '/usr/bin/scrollkeeper-update'
-) | $BASEDIR/lib/postrun -b -u -c JDS
-
-%postun
-test -x $BASEDIR/lib/postrun || exit 0
-( echo 'test -x /usr/bin/scrollkeeper-update || exit 0';
-  echo '/usr/bin/scrollkeeper-update'
-) | $BASEDIR/lib/postrun -b -u -c JDS
-
 %files
 %doc -d zenity-%{zenity.version} README AUTHORS COPYING THANKS
 %doc(bzip2) -d zenity-%{zenity.version} ChangeLog help/ChangeLog po/ChangeLog NEWS
@@ -112,6 +100,8 @@
 %endif
 
 %changelog
+* Fri Apr  3 2009 - [email protected]
+- stop using postrun
 * Fri Sep 19 2008 - [email protected]
 - Set permissions on /usr/share/doc.
 * Wed Sep 10 2008 - [email protected]