Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
for dirs in ("/usr/share/viber/", "/usr/bin/viber"):
|
||||
os.system("/bin/chmod -R 777 %s" % dirs)
|
||||
Reference in New Issue
Block a user