actions.py 444 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. #
  3. # Licensed under the GNU General Public License, version 3.
  4. # See the file http://www.gnu.org/licenses/gpl.txt
  5. from pisi.actionsapi import pisitools
  6. from pisi.actionsapi import pythonmodules
  7. def install():
  8. pythonmodules.install("--install-lib=/usr/lib/pardus")
  9. pisitools.dosym("zorg-cli", "/usr/bin/zorg")
  10. # This is now provided by xorg-server package.
  11. pisitools.remove("/usr/share/X11/DriversDB")