summaryrefslogtreecommitdiff
path: root/pcr/gnome-boxes-libre/gnome-boxes.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-08 06:18:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-08 06:18:07 -0300
commite35a755e41dbe9b054844e9f184188239f600f08 (patch)
tree035757028adff1a3564e83178b8115c95e274b53 /pcr/gnome-boxes-libre/gnome-boxes.install
parent348f07f3d759722b29765f21a519f8340e2a202e (diff)
downloadabslibre-e35a755e41dbe9b054844e9f184188239f600f08.tar.gz
abslibre-e35a755e41dbe9b054844e9f184188239f600f08.tar.bz2
abslibre-e35a755e41dbe9b054844e9f184188239f600f08.zip
gnome-boxes-libre: move from [pcr] to [libre]
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
-}