summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall14
1 files changed, 14 insertions, 0 deletions
diff --git a/install b/install
new file mode 100755
index 000000000000..4955fa6af71b
--- /dev/null
+++ b/install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "Config samples see in /etc/openbox_eui/samples."
+ echo "If You use obconf and/or lxappearance-obconf You must"
+ echo " rebuild these packages from sources (yaourt -Sb obconf)"
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "If You use obconf and/or lxappearance-obconf You must"
+ echo "reinstall these packages from official repository"
+}