diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-09 13:44:11 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-03-09 13:44:11 -0500 |
commit | 0e1042d5059cc2d7226b9fcad24846ff2b776e1e (patch) | |
tree | 20080e9a24e4eaddb94fb503d1008ee6d94b103e /pcr/lightspark/lightspark.install | |
parent | 1c2dc8bb97b3ff21c82ff72ba48ef441f90028de (diff) |
Removing lightspark. Use lightspark-git instead
Diffstat (limited to 'pcr/lightspark/lightspark.install')
-rw-r--r-- | pcr/lightspark/lightspark.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/lightspark/lightspark.install b/pcr/lightspark/lightspark.install deleted file mode 100644 index bce670aff..000000000 --- a/pcr/lightspark/lightspark.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |