summarylogtreecommitdiffstats
path: root/lucem-git.install
blob: 56c80df89e8ad64b1c2cbea49d98272f79de928e (plain)
1
2
3
4
5
6
7
#!/bin/bash

post_install() {
  echo -e "\033[32mLucem has been successfully installed!\033[0m"
  echo -e "\033[32mRun $pkgdir/usr/bin/lucem install-desktop-files to install desktop files\033[0m"
}