summarylogtreecommitdiffstats
path: root/cool-retro-term.install
diff options
context:
space:
mode:
Diffstat (limited to 'cool-retro-term.install')
-rw-r--r--cool-retro-term.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/cool-retro-term.install b/cool-retro-term.install
deleted file mode 100644
index 2771fcd6557c..000000000000
--- a/cool-retro-term.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor || \
- ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache )
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}