summarylogtreecommitdiffstats
path: root/ojo-bzr.install
diff options
context:
space:
mode:
Diffstat (limited to 'ojo-bzr.install')
-rw-r--r--ojo-bzr.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/ojo-bzr.install b/ojo-bzr.install
deleted file mode 100644
index 42014a332595..000000000000
--- a/ojo-bzr.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}