9 lines
150 B
Text
9 lines
150 B
Text
|
post_install() {
|
||
|
gio-querymodules /usr/lib/phosh/plugins
|
||
|
gio-querymodules /usr/lib/phosh/plugins/prefs
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|