summaryrefslogtreecommitdiff
path: root/pcr/utox/utox.install
diff options
context:
space:
mode:
authorJorge Araya Navarro <elcorreo@deshackra.com>2016-05-26 13:35:08 -0600
committerJorge Araya Navarro <elcorreo@deshackra.com>2016-05-26 13:35:08 -0600
commitd84b09da9695d98ed955f0ddf32f5b870f916169 (patch)
tree6af19a0267a78a5a2612142fae7a6f19893efe44 /pcr/utox/utox.install
parent33c1f1c3a9e1efdd745b38763c007b546e2a0a8f (diff)
parent382e879937a1fb4bd8a0cea9e7967aa16820758c (diff)
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'pcr/utox/utox.install')
-rw-r--r--pcr/utox/utox.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/utox/utox.install b/pcr/utox/utox.install
deleted file mode 100644
index f6b9b8021..000000000
--- a/pcr/utox/utox.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}