summaryrefslogtreecommitdiff
path: root/libre/arora/install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 15:32:45 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 15:32:45 -0300
commitcc07cd60a803c7226d0bb91bf6d8a11aaf738cab (patch)
tree08c5d17543793283d1b4fd399916d982c696ce3f /libre/arora/install
parent03418d805c3d42a6fce4e7b5065f615347a901eb (diff)
moved the unmaintained arora to [pcr]
Diffstat (limited to 'libre/arora/install')
-rw-r--r--libre/arora/install12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/arora/install b/libre/arora/install
deleted file mode 100644
index b0409600c..000000000
--- a/libre/arora/install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
- update-desktop-database -q || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}