parabola-gnome.install 109 B

123456789101112
  1. post_install() {
  2. dconf update
  3. }
  4. post_upgrade() {
  5. post_install $1
  6. }
  7. post_remove() {
  8. post_install $1
  9. }