mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-25 11:22:48 +00:00
12 lines
146 B
Text
12 lines
146 B
Text
![]() |
post_install() {
|
||
|
gtk-update-icon-cache -f -i usr/share/icons/ariya
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
post_install
|
||
|
}
|