Difference between revisions of "PKGBUILD/ru"

Created page with "=== install === Имя сценария {{ic|.install}}, который будет включен в пакет. pacman имеет возможность хранить и в..."
(Created page with "=== license === Лицензия, по которой распространяется программное обеспечение. В {{ic|licenses}} был создан п...")
(Created page with "=== install === Имя сценария {{ic|.install}}, который будет включен в пакет. pacman имеет возможность хранить и в...")
Line 122: Line 122:


=== install ===
=== install ===
The name of the {{ic|.install}} script to be included in the package. pacman has the ability to store and execute a package-specific script when it installs, removes or upgrades a package. The script contains the following functions which run at different times:
Имя сценария {{ic|.install}}, который будет включен в пакет. pacman имеет возможность хранить и выполнять специфический для пакета скрипт при установке, удалении или обновлении пакета. Скрипт содержит следующие функции, выполняемые в разное время:


* '''''pre_install''''' - The script is run right before files are extracted. One argument is passed: new package version.
* '''''pre_install''''' - The script is run right before files are extracted. One argument is passed: new package version.
translator
10,756

edits