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