mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
22 lines
572 B
Plaintext
22 lines
572 B
Plaintext
post_install() {
|
|
update-desktop-database -q
|
|
echo '##############################'
|
|
echo 'Retweets by others and Retweets by me were removed in Twitter
|
|
API v1.1'
|
|
echo 'You will only see your tweets retweeted'
|
|
echo '##############################'
|
|
echo 'To see your local Trending Topic in Twitter'
|
|
echo 'edit your /usr/share/hotot/js/lib.twitter.js following this
|
|
thread:'
|
|
echo 'http://chakraos.org/forum/viewtopic.php?pid=77820#p77820'
|
|
echo '##############################'
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|