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