diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-26 01:43:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-26 01:43:20 -0500 |
commit | 382e879937a1fb4bd8a0cea9e7967aa16820758c (patch) | |
tree | b4a027400271f5be003c64bb2a8b3b12e5b32a93 /pcr/utox/utox.install | |
parent | e5f11c97b71091ce800977e1539043a661dab19f (diff) |
utox-0.9.4-1: updating version
Diffstat (limited to 'pcr/utox/utox.install')
-rw-r--r-- | pcr/utox/utox.install | 12 |
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 -} |