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