diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 15:32:45 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 15:32:45 -0300 |
commit | cc07cd60a803c7226d0bb91bf6d8a11aaf738cab (patch) | |
tree | 08c5d17543793283d1b4fd399916d982c696ce3f /libre/arora/install | |
parent | 03418d805c3d42a6fce4e7b5065f615347a901eb (diff) |
moved the unmaintained arora to [pcr]
Diffstat (limited to 'libre/arora/install')
-rw-r--r-- | libre/arora/install | 12 |
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 -} |