repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
xfce4-datetime-plugin
/
trunk
/
xfce4-datetime-plugin.install
blob
b897dbe099516357dbc18e732ed378446b835aa8
1
post_install() {
2
echo "=> The datetime plugin is unmaintained. Consider switching"
3
echo " to the panel's clock plugin which has similar features."
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
# vim:set ts=2 sw=2 et: