diff options
Diffstat (limited to 'community/dwb/dwb.install')
-rw-r--r-- | community/dwb/dwb.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/dwb/dwb.install b/community/dwb/dwb.install new file mode 100644 index 000000000..abb6d38e4 --- /dev/null +++ b/community/dwb/dwb.install @@ -0,0 +1,13 @@ +post_install(){ + update-desktop-database -q + echo "==> If you are using extensions you should update the extensions with" + echo "==> dwbem -u or dwbem -Nu" +} + +post_upgrade(){ + post_install +} + +post_remove(){ + post_install +} |