summarylogtreecommitdiffstats
path: root/aobook.install
diff options
context:
space:
mode:
Diffstat (limited to 'aobook.install')
-rw-r--r--aobook.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/aobook.install b/aobook.install
deleted file mode 100644
index 734001649fe7..000000000000
--- a/aobook.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}