actions.py 528 B

12345678910111213141516
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. #
  4. # Licensed under the GNU General Public License, version 2.
  5. # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  6. from pisi.actionsapi import pythonmodules
  7. from pisi.actionsapi import pisitools
  8. def install():
  9. pythonmodules.compile()
  10. pythonmodules.install()
  11. #Remove history-manager from systemsettings, we have a painful crash because of the thread problem of pykde/python
  12. #pisitools.remove("/usr/kde/4/share/kde4/services/kcm_historymanager.desktop")