summaryrefslogtreecommitdiff
path: root/pcr/gnome-boxes-libre/gnome-boxes.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gnome-boxes-libre/gnome-boxes.install')
-rw-r--r--pcr/gnome-boxes-libre/gnome-boxes.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/gnome-boxes-libre/gnome-boxes.install b/pcr/gnome-boxes-libre/gnome-boxes.install
deleted file mode 100644
index 2ceb2ac08..000000000
--- a/pcr/gnome-boxes-libre/gnome-boxes.install
+++ /dev/null
@@ -1,17 +0,0 @@
-update() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}
-
-post_install() {
- update
-}
-
-post_upgrade() {
- update
-}
-
-post_remove() {
- update
-}