classes/qpf.bbclass: removed set -e from postinst/prerm scripts so that it doesn...
authorMichael Krelin <hacker@klever.net>
Tue, 29 May 2007 09:06:02 +0000 (09:06 +0000)
committerMichael Krelin <hacker@klever.net>
Tue, 29 May 2007 09:06:02 +0000 (09:06 +0000)
classes/qpf.bbclass

index d6e5887..67761bd 100644 (file)
@@ -9,15 +9,11 @@ do_compile() {
 }
 
 pkg_postinst_fonts() {
-#!/bin/sh
-set -e
 . /etc/profile
 ${sbindir}/update-qtfontdir
 }
 
 pkg_postrm_fonts() {
-#!/bin/sh
-set -e
 . /etc/profile
 ${sbindir}/update-qtfontdir -f
 }