summaryrefslogtreecommitdiff
path: root/libre/gnormalize/gnormalize.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-23 10:26:14 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-23 10:26:14 -0300
commit72eb73542debe650c3406cfbc5cb5231ee6c4c71 (patch)
tree936ddfaf61ab5705cfcf597f79e5d9eb8b77aafa /libre/gnormalize/gnormalize.install
parentd7a9281dbf7d7ab7c0503e1eb8e64cfc3b626e28 (diff)
gnormalize-0.63-6.parabola1: hooks rebuild
Diffstat (limited to 'libre/gnormalize/gnormalize.install')
-rw-r--r--libre/gnormalize/gnormalize.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/gnormalize/gnormalize.install b/libre/gnormalize/gnormalize.install
deleted file mode 100644
index ef533df53..000000000
--- a/libre/gnormalize/gnormalize.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: