diff options
Diffstat (limited to 'pcr/utox-git/utox-git.install')
-rw-r--r-- | pcr/utox-git/utox-git.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pcr/utox-git/utox-git.install b/pcr/utox-git/utox-git.install deleted file mode 100644 index 4361e58e9..000000000 --- a/pcr/utox-git/utox-git.install +++ /dev/null @@ -1,15 +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 -} |