summaryrefslogtreecommitdiff
path: root/community/dwb/dwb.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/dwb/dwb.install')
-rw-r--r--community/dwb/dwb.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/dwb/dwb.install b/community/dwb/dwb.install
deleted file mode 100644
index abb6d38e4..000000000
--- a/community/dwb/dwb.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}