summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-4.6.80.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/pykde4/pykde4-4.6.80.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-4.6.80.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-4.6.80.ebuild b/kde-base/pykde4/pykde4-4.6.80.ebuild
index 5010dbd2a17..4988bf829f4 100644
--- a/kde-base/pykde4/pykde4-4.6.80.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.80.ebuild
@@ -69,7 +69,7 @@ src_install() {
pkg_postinst() {
kde4-base_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4
+ python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
if use examples; then
echo
@@ -82,5 +82,5 @@ pkg_postinst() {
pkg_postrm() {
kde4-base_pkg_postrm
- python_mod_cleanup PyKDE4 PyQt4
+ python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
}