summaryrefslogtreecommitdiff
path: root/pcr/gnome-boxes/gnome-boxes.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-29 11:19:46 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-29 11:20:38 -0200
commitb24ff2ab2649f0c8bf482f0cdf540de4667b4a04 (patch)
tree1f8eee76d0985c70dd19307f8acee5480508010c /pcr/gnome-boxes/gnome-boxes.install
parenta8d24e03f28fd51e47e2053a3bd925a0e7f75c08 (diff)
fix freedom issue reported by niitotantei => https://labs.parabola.nu/issues/452
Diffstat (limited to 'pcr/gnome-boxes/gnome-boxes.install')
-rw-r--r--pcr/gnome-boxes/gnome-boxes.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/gnome-boxes/gnome-boxes.install b/pcr/gnome-boxes/gnome-boxes.install
deleted file mode 100644
index 2b172e29c..000000000
--- a/pcr/gnome-boxes/gnome-boxes.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}