summaryrefslogtreecommitdiff
path: root/libre/gnormalize-parabola/gnormalize.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 06:41:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 06:41:22 -0300
commitfcce4e670cd2d81990b3f50e8a682b44d40a73cc (patch)
tree2634d6d68316f3f4dd51f378e826da884a919288 /libre/gnormalize-parabola/gnormalize.install
parentc5822ca785d156da9849d5e25dc79a93d1fac22d (diff)
remove parabola suffix and add complex pkgrel on the packages
Diffstat (limited to 'libre/gnormalize-parabola/gnormalize.install')
-rw-r--r--libre/gnormalize-parabola/gnormalize.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/gnormalize-parabola/gnormalize.install b/libre/gnormalize-parabola/gnormalize.install
deleted file mode 100644
index ef533df53..000000000
--- a/libre/gnormalize-parabola/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: