mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 23:47:21 +00:00
12 lines
105 B
Plaintext
12 lines
105 B
Plaintext
post_install() {
|
|
true
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install "$1"
|
|
}
|
|
|
|
post_remove() {
|
|
post_install "$1"
|
|
}
|