mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 19:02:47 +00:00
13 lines
239 B
Text
13 lines
239 B
Text
post_install() {
|
|
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
update-mime-database usr/share/mime &> /dev/null
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|