pepperflash

This commit is contained in:
Vedat Demir
2015-08-23 02:41:09 +03:00
parent 7d412b4934
commit fd9492ca9b
4 changed files with 67 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
def install():
pisitools.insinto("usr/lib/chromium-browser/PepperFlash/", "manifest.json")
pisitools.insinto("usr/lib/chromium-browser/PepperFlash/", "libpepflashplayer.so")