diff options
Diffstat (limited to 'community/dwb/dwb.install')
-rw-r--r-- | community/dwb/dwb.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/dwb/dwb.install b/community/dwb/dwb.install index 5a5553eba..abb6d38e4 100644 --- a/community/dwb/dwb.install +++ b/community/dwb/dwb.install @@ -1,5 +1,7 @@ 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(){ |