summarylogtreecommitdiffstats
path: root/blue.install
diff options
context:
space:
mode:
Diffstat (limited to 'blue.install')
-rw-r--r--blue.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/blue.install b/blue.install
deleted file mode 100644
index 295ff6b0896a..000000000000
--- a/blue.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install(){
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
- post_install
-}
-
-post_remove(){
- post_install
-}