diff options
Diffstat (limited to 'libre/parabola-gnome/parabola-gnome.install')
-rw-r--r-- | libre/parabola-gnome/parabola-gnome.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/parabola-gnome/parabola-gnome.install b/libre/parabola-gnome/parabola-gnome.install new file mode 100644 index 000000000..8fce17b2e --- /dev/null +++ b/libre/parabola-gnome/parabola-gnome.install @@ -0,0 +1,11 @@ +post_install() { + dconf update +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |