Just a simple patch in order to solve this bug. -- ----------------------------------------------------------------- | ,''`. Victor Seva | | : :' : [EMAIL PROTECTED] | | `. `' PGP Key ID: 0xDD12F253 | | `- Debian user, admin and contributor | -----------------------------------------------------------------
Index: debian/postinst
===================================================================
--- debian/postinst (revision 5435)
+++ debian/postinst (working copy)
@@ -41,7 +41,7 @@
chmod -R g+rw /usr/share/op-panel/
for i in op_server op_buttons op_astdb op_style; do
- if [ -a /etc/op-panel/$i.cfg ]; then
+ if [ -e /etc/op-panel/$i.cfg ]; then
cp -ba /etc/op-panel/$i.cfg /etc/op-panel/$i.old
rm -f /etc/op-panel/$i.cfg
fi
Index: debian/changelog
===================================================================
--- debian/changelog (revision 5435)
+++ debian/changelog (working copy)
@@ -7,8 +7,11 @@
* New upstream release (Closes: #472658)
* Add myself to uploaders.
- -- Tzafrir Cohen <[EMAIL PROTECTED]> Tue, 01 Apr 2008 04:49:08 +0300
+ [ Victor Seva ]
+ * Remove bashism in postinst script (Closes: #453727)
+ -- Victor Seva <[EMAIL PROTECTED]> Tue, 01 Apr 2008 13:38:47 +0200
+
op-panel (0.27.dfsg-2) unstable; urgency=low
* prerm: remove alternatives only if they exist (Closes: #434598)
signature.asc
Description: OpenPGP digital signature

