summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/pykde4/pykde4-4.6.49.9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-4.6.49.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-4.6.49.9999.ebuild b/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
index cee01817b8b..dc5bcc82601 100644
--- a/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
@@ -78,7 +78,7 @@ src_install() {
pkg_postinst() {
kde4-meta_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
@@ -91,5 +91,5 @@ pkg_postinst() {
pkg_postrm() {
kde4-meta_pkg_postrm
- python_mod_cleanup PyKDE4 PyQt4
+ python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
}