summarylogtreecommitdiffstats
path: root/easytag-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'easytag-git.install')
-rw-r--r--easytag-git.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/easytag-git.install b/easytag-git.install
deleted file mode 100644
index d9deb481fe6e..000000000000
--- a/easytag-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}